1. 04 Dec, 2020 1 commit
  2. 30 Nov, 2020 1 commit
  3. 25 Nov, 2020 1 commit
  4. 20 Nov, 2020 1 commit
  5. 22 Oct, 2020 1 commit
  6. 21 Oct, 2020 1 commit
  7. 18 Aug, 2020 1 commit
  8. 15 Aug, 2020 1 commit
  9. 07 Aug, 2020 1 commit
  10. 06 Aug, 2020 2 commits
  11. 04 Aug, 2020 1 commit
  12. 30 Jul, 2020 1 commit
  13. 27 Jul, 2020 1 commit
  14. 26 Jul, 2020 1 commit
  15. 11 Jul, 2020 1 commit
  16. 10 Jul, 2020 2 commits
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8829) · c9eb3554
      vivek rathod authored
      
      
      320618558  by rathodv:
      
          Internal Change.
      
      --
      320597532  by ronnyvotel:
      
          Exposing DensePose visualizations to model_lib_v2.py.
      
      --
      320533669  by ronnyvotel:
      
          Adding utilities to visualize DensePose outputs.
      
      --
      320529647  by lzc:
      
          Fix saved_model issue in object_detection_tutorial notebook.
      
      --
      320510127  by aom:
      
          Internal change.
      
      --
      320490236  by derekjchow:
      
          Update Dockerfiles to use setup.py
      
      --
      320443572  by rathodv:
      
          Update `Tensorflow` to `TensorFlow` in documentation.
      
      --
      320426460  by ronnyvotel:
      
          DensePose proto and model builder.
      
      --
      320352611  by rathodv:
      
          Update documentation to reflect the support for TF1 and TF2. Provide separate sets of instructions to reduce confusion.
      
      --
      320350724  by rathodv:
      
          Internal Change.
      
      --
      
      PiperOrigin-RevId: 320618558
      Co-authored-by: default avatarkmindspark <kaushikshiv@google.com>
      c9eb3554
    • kmindspark's avatar
      Interactive Ducks Colab (#8821) · 950ebc45
      kmindspark authored
      * add ducks
      
      * add file
      
      * add file
      
      * add images
      
      * cleaning up to test
      
      * add colab
      
      * latest
      
      * add colab
      
      * clean up pr
      
      * change paths
      
      * fix colab
      
      * rename colab
      
      * remove config
      
      * fix more things in colab
      
      * clear outputs from colab
      
      * remove todos
      
      * for testing purposes
      
      * for testing purposes
      
      * PR for interactive ducks
      
      * add colab utils file
      
      * add colab utils file
      
      * add colab utils file
      
      * add colab utils file
      
      * add colab utils file
      
      * add colab utils file
      
      * add colab utils
      
      * add separate utils file
      
      * edit description
      
      * final
      
      * fix git repo url and remove installation test
      
      * temp config
      
      * add model checkpoint download
      
      * remove config
      950ebc45
  17. 08 Jul, 2020 1 commit
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8803) · 52bb4ab1
      vivek rathod authored
      
      
      320117767  by ronnyvotel:
      
          DensePose postprocessing implementation.
      
      --
      320065853  by ronnyvotel:
      
          Updating how masks are reframed, so that it works on float and uint8 masks.
      
      --
      320061717  by yuhuic:
      
          Updated CenterNet restore_from_objects to allow the model to load the
          checkpoints saved during training.
      
      --
      319835172  by ronnyvotel:
      
          Updating how the DensePose UV Symmetries MAT file path is constructed and loaded.
      
      --
      319834678  by ronnyvotel:
      
          First update to CenterNetMetaArch for DensePose. Adding prediction and loss functionality.
      
      --
      319810261  by rathodv:
      
          Create a setup.py file to simplify installation.
      
          Usage:
          "python object_detection/packages/tf1/setup.py install" for TF1.
          "python object_detection/packages/tf2/setup.py install" for TF2.
      
          or to create source distribution
          "python object_detection/packages/tf1/setup.py sdist" for TF1.
          "python object_detection/packages/tf2/setup.py sdist" for TF2.
      
      --
      319803041  by sbeery:
      
          Updating documentation for export
      
      --
      319688087  by rathodv:
      
          Update as_matrix() to to_numpy() to avoid failures with python3.6
      
      --
      319686183  by vighneshb:
      
          Require tpu_name when use_tpu is set.
      
      --
      319613327  by aom:
      
          EfficientDet-style Data Augmentation.
      
      --
      319572180  by rathodv:
      
          Add TF2 SSD FPN (a.k.a RetinaNet) configs.
      
      --
      319553823  by rathodv:
      
          Internal Change.
      
      --
      
      PiperOrigin-RevId: 320117767
      Co-authored-by: default avatarTF Object Detection Team <no-reply@google.com>
      52bb4ab1
  18. 30 Jun, 2020 2 commits
    • vivek rathod's avatar
      Merged commit includes the following changes: (#8755) · 0e57630c
      vivek rathod authored
      319052168  by rathodv:
      
          Change assertAllEqual to assertAllClose for Position Sensitive Crop and Resize to avoid flaky tests.
      
      --
      319044492  by rathodv:
      
          Internal change.
      
      --
      319039033  by ronnyvotel:
      
          Preprocessor ops for DensePose.
      
      --
      319035440  by sbeery:
      
          External beam code with DataFlow Support
      
      --
      318899436  by ronnyvotel:
      
          DensePose library for common operations like scaling, coordinate transformations, and flipping.
      
      --
      318833308  by Vivek Rathod:
      
            Internal Change
      
      --
      
      PiperOrigin-RevId: 319052168
      0e57630c
    • syiming's avatar
      b48046ed
  19. 29 Jun, 2020 3 commits
  20. 28 Jun, 2020 12 commits
  21. 26 Jun, 2020 2 commits
    • 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
  22. 24 Jun, 2020 1 commit
    • 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
  23. 17 Jun, 2020 1 commit