1. 23 Sep, 2021 1 commit
  2. 16 Aug, 2021 1 commit
  3. 02 Jul, 2021 1 commit
  4. 24 Jun, 2021 1 commit
  5. 17 Jun, 2021 1 commit
  6. 03 Jun, 2021 1 commit
  7. 02 Jun, 2021 1 commit
  8. 06 May, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 20 Apr, 2021 1 commit
  11. 14 Apr, 2021 2 commits
  12. 05 Apr, 2021 1 commit
  13. 11 Mar, 2021 1 commit
  14. 25 Feb, 2021 1 commit
  15. 20 Jan, 2021 1 commit
  16. 13 Jan, 2021 1 commit
  17. 15 Dec, 2020 1 commit
  18. 04 Dec, 2020 2 commits
  19. 30 Nov, 2020 1 commit
  20. 25 Nov, 2020 1 commit
  21. 20 Nov, 2020 1 commit
  22. 22 Oct, 2020 1 commit
  23. 21 Oct, 2020 1 commit
  24. 18 Aug, 2020 1 commit
  25. 15 Aug, 2020 1 commit
  26. 07 Aug, 2020 1 commit
  27. 06 Aug, 2020 2 commits
  28. 04 Aug, 2020 1 commit
  29. 30 Jul, 2020 1 commit
  30. 27 Jul, 2020 1 commit
  31. 26 Jul, 2020 1 commit
  32. 11 Jul, 2020 1 commit
  33. 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
  34. 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
  35. 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