1. 30 Jun, 2020 5 commits
    • BasiaFusinska's avatar
      Merged commit includes the following changes: (#8753) · df89d3e0
      BasiaFusinska authored
      318938278  by Andre Araujo:
      
          Loading pretrained ImageNet weights to initialize the ResNet backbone. Changed the defaults of the batch size and initial learning rate to increase convergence on the GLDv2 dataset. Made the evaluation batch size dynamic depending on the global batch size.
      
      --
      318911740  by Andre Araujo:
      
          Introduced additional shuffling of the TRAIN and VALIDATION datasets to ensure label variance across batches.
      
      --
      318908335  by Andre Araujo:
      
          Export model migration to TF2.
      
      --
      318489123  by Andre Araujo:
      
          Model exporting script for global feature trained with DELF codebase.
          Additionally, makes a small change to replace back_prop=False in the tf.while_loop call (see deprecation notice in https://www.tensorflow.org/api_docs/python/tf/while_loop
      
      ).
      
      --
      318401984  by Andre Araujo:
      
          Add attention visualization to DELF training script.
      
      --
      318168500  by Andre Araujo:
      
          Several small changes to DELF open-source training code:
          - Replace "make_dataset_iterator" call which was deprecated by a more recent suitable version.
          - Add image summary, allowing visualization of the augmented images during training
          - Normalize images before feeding them to the model
      
      --
      316888714  by Andre Araujo:
      
          - Removed unnecessary cast from feature_aggregation_extraction.py
          - Fixed clustering script
      
      --
      
      PiperOrigin-RevId: 318938278
      Co-authored-by: default avatarAndre Araujo <andrearaujo@google.com>
      df89d3e0
    • A. Unique TensorFlower's avatar
      Introducing SpineNet backbone to TF2. · 9725a407
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 318945656
      9725a407
    • Chen Chen's avatar
      Internal Change · 91e2171b
      Chen Chen authored
      PiperOrigin-RevId: 318942343
      91e2171b
    • Hongkun Yu's avatar
      Internal change · e30aa7d8
      Hongkun Yu authored
      PiperOrigin-RevId: 318935091
      e30aa7d8
    • kmindspark's avatar
      revert properly (#8751) · cc5a7980
      kmindspark authored
      cc5a7980
  2. 29 Jun, 2020 4 commits
  3. 28 Jun, 2020 1 commit
  4. 27 Jun, 2020 1 commit
  5. 26 Jun, 2020 5 commits
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8741) · 6ef140dc
      vivek rathod authored
      318545448  by jonathanhuang:
      
          Modifies visualization code in TF2 evaluation loop so that we don't write out image summaries to disk for every single image.  This change will reduce summary file sizes by ~2 orders of magnitude on average and speed up evaluation cycles (20 minutes per COCO eval cycle vs 2 hours for RetinaNet).
      
      --
      318514741  by sbeery:
      
          Adding link to the blog post
      
      --
      
      PiperOrigin-RevId: 318545448
      6ef140dc
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8740) · a555f1b0
      vivek rathod authored
      318497061  by rathodv:
      
          1. Replace strategy.run() with strategy.experimental_run_v2() and replace tensor.ref() with tensor.experimental_ref() to be compatible with TF2.1 runtime on cloud.
          2. Fix expected string in failing PY3 tests.
      
      --
      318493408  by aom:
      
          Implements "Bidirectional Feature Pyramid Network Generators" for BiFPN-based feature extractors (e.g. EfficientDet).
      
      --
      
      PiperOrigin-RevId: 318497061
      a555f1b0
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8739) · 0f0c7745
      vivek rathod authored
      318417714  by jonathanhuang:
      
          Internal change.
      
      --
      318367213  by sbeery:
      
          Pointing users to more documentation for beam
      
      --
      318358685  by sbeery:
      
          Context R-CNN sample config for GPU
      
      --
      318309800  by rathodv:
      
          Internal
      
      --
      318303364  by ronnyvotel:
      
          Adding the option for parsing and including DensePose annotations. http://densepose.org/
      
      --
      318291319  by aom:
      
          Adds conv_bn_act conv_block option, and naming convention changes for BiFPN utils.
      
      --
      318200598  by ronnyvotel:
      
          Updating the TF Example Decoder to parse DensePose annotations.
      
      --
      318174065  by jonathanhuang:
      
          Internal change.
      
      --
      318167805  by rathodv:
      
          Add use_tpu flag to TF2 binary.
      
      --
      318145285  by aom:
      
          Adds option for convolutional keras box predictor to force use_bias.
      
      --
      
      PiperOrigin-RevId: 318417714
      0f0c7745
    • Hongkun Yu's avatar
      Update weighted sparse categorical loss. Remove per-example loss. · 1e4fd825
      Hongkun Yu authored
      PiperOrigin-RevId: 318421049
      1e4fd825
    • Chen Chen's avatar
      Internal change · 02242bc8
      Chen Chen authored
      PiperOrigin-RevId: 318387106
      02242bc8
  6. 25 Jun, 2020 4 commits
  7. 24 Jun, 2020 5 commits
    • Hongkun Yu's avatar
      Opensource 3D Unet model to Tensorflow Official Model Garden. · 14782f9a
      Hongkun Yu authored
      PiperOrigin-RevId: 318151912
      14782f9a
    • Chen Chen's avatar
      Exclude the label_id used for padding in the label space for tagging task. · d495e481
      Chen Chen authored
      PiperOrigin-RevId: 318149287
      d495e481
    • A. Unique TensorFlower's avatar
      Internal change · aca51294
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 318129893
      aca51294
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8728) · e0dade52
      vivek rathod authored
      
      
      318106429  by derekjchow:
      
          Add Dockerfiles for TF-OD API.
      
          1.15 and 2.2 supported currently.
      
      --
      318083650  by rathodv:
      
          Internal Change.
      
      --
      317893148  by Zhichao Lu:
      
          Fix mapping from proto fields to parameters of the data augmentation functions for horizontal flip, vertical flip and 90 degree rotations.
      
      --
      317753117  by Zhichao Lu:
      
          Adds keras hyperparam option to force use_bias to True, even when using batch norm.
      
      --
      317613986  by Zhichao Lu:
      
          Improves Keypoints support for data augmentation by means of 90 degree rotation adding an option to permute keypoints.
      
          Unify the interfaces among flip and rotation ops for data augmentation by exposing additional properties to the user.
      
      --
      317136881  by Zhichao Lu:
      
          Clarifying documentation
      
      --
      317097141  by Zhichao Lu:
      
          Adding Context R-CNN Release to TFODAPI ReadMe
      
      --
      316999744  by Zhichao Lu:
      
          Add import tensorflow.compat.v2 as tf2 in the model_lib to
          ensure tf1 compatibility.
      
      --
      316964482  by Zhichao Lu:
      
          adding a note about a config change needed for exporting detection features
      
      --
      316944293  by Zhichao Lu:
      
          Adding install instructions for apache beam
      
      --
      316917592  by lzc:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 318106429
      Co-authored-by: default avatarZhichao Lu <lzc@google.com>
      e0dade52
    • Jaeyoun Kim's avatar
      Update README_TEMPLATE.md · 671d5424
      Jaeyoun Kim authored
      Add a TF Hub badge
      671d5424
  8. 23 Jun, 2020 10 commits
  9. 22 Jun, 2020 4 commits
  10. 21 Jun, 2020 1 commit