1. 22 Sep, 2022 1 commit
  2. 12 Sep, 2022 1 commit
  3. 13 Apr, 2022 2 commits
  4. 14 Mar, 2022 2 commits
  5. 08 Mar, 2022 2 commits
  6. 27 Jan, 2022 2 commits
  7. 18 Jan, 2022 2 commits
  8. 26 Oct, 2021 2 commits
  9. 25 Oct, 2021 2 commits
  10. 24 Oct, 2021 1 commit
  11. 20 Oct, 2021 3 commits
  12. 18 Oct, 2021 1 commit
  13. 14 Oct, 2021 1 commit
  14. 11 Oct, 2021 2 commits
  15. 09 Oct, 2021 2 commits
  16. 21 Sep, 2021 1 commit
  17. 20 Sep, 2021 1 commit
  18. 16 Sep, 2021 1 commit
    • Srihari Humbarwadi's avatar
      Panoptic Quality Evaluator Changes (#4) · 085e46f8
      Srihari Humbarwadi authored
      * added flag to disable generation of panoptic masks
      
      * added panoptic_quality_evaluator to task
      
      * added `PanopticQualityEvaluator` config
      
      * added default strategy to testcase
      
      * import panoptic_maskrcnn project
      
      * fixed shapes of panoptic masks
      085e46f8
  19. 09 Sep, 2021 1 commit
  20. 07 Sep, 2021 1 commit
  21. 06 Sep, 2021 1 commit
  22. 02 Sep, 2021 1 commit
  23. 11 Aug, 2021 1 commit
  24. 03 Aug, 2021 1 commit
    • Srihari Humbarwadi's avatar
      Added task definition and configs for Panoptic Mask R-CNN (#10165) · 4edd2a73
      Srihari Humbarwadi authored
      * added PanopticMaskRCNNTask config
      
      * added tests for config
      
      * added Panoptic MaskRCNN task
      
      * added tests for Panoptic MaskRCNN task
      
      * fixed typo
      
      * set default segmentation loss weight to 1.0
      
      * added class docstrings
      
      * support `segmentation_decoder` checkpoint
      
      * added `init_checkpoint_modules` description
      
      * compute `steps_per_epoch` with `train_batch_size`
      
      * flattened semantic_segmentation loss attributes
      4edd2a73
  25. 30 Jul, 2021 2 commits
    • Jaeyoun Kim's avatar
      Copybara import of the project: · c2f1737a
      Jaeyoun Kim authored
      --
      b9afb6264fafff6df201e88566a411ed9887259d by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>:
      
      Added task definition and configs for Panoptic Mask R-CNN  (#10165)
      
      * added PanopticMaskRCNNTask config
      
      * added tests for config
      
      * added Panoptic MaskRCNN task
      
      * added tests for Panoptic MaskRCNN task
      
      * fixed typo
      
      * set default segmentation loss weight to 1.0
      
      * added class docstrings
      
      * support `segmentation_decoder` checkpoint
      
      * added `init_checkpoint_modules` description
      
      * compute `steps_per_epoch` with `train_batch_size`
      
      * flattened semantic_segmentation loss attributes
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10168 from tensorflow:panoptic-segmentation b9afb6264fafff6df201e88566a411ed9887259d
      PiperOrigin-RevId: 387716729
      c2f1737a
    • Jaeyoun Kim's avatar
      Copybara import of the project: · 44cad43a
      Jaeyoun Kim authored
      --
      b9afb6264fafff6df201e88566a411ed9887259d by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>:
      
      Added task definition and configs for Panoptic Mask R-CNN  (#10165)
      
      * added PanopticMaskRCNNTask config
      
      * added tests for config
      
      * added Panoptic MaskRCNN task
      
      * added tests for Panoptic MaskRCNN task
      
      * fixed typo
      
      * set default segmentation loss weight to 1.0
      
      * added class docstrings
      
      * support `segmentation_decoder` checkpoint
      
      * added `init_checkpoint_modules` description
      
      * compute `steps_per_epoch` with `train_batch_size`
      
      * flattened semantic_segmentation loss attributes
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10168 from tensorflow:panoptic-segmentation b9afb6264fafff6df201e88566a411ed9887259d
      PiperOrigin-RevId: 387716729
      44cad43a
  26. 22 Jul, 2021 2 commits
    • Jaeyoun Kim's avatar
      Copybara import of the project: · 37ec3171
      Jaeyoun Kim authored
      --
      d9b85094711b4bcd34400989618b738032c992cf by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>:
      
      Added dataloader for Panoptic Mask R-CNN (#10112)
      
      * Added `panoptic_maskrcnn_input.Parser`
      
      * Added tests for `panoptic_maskrcnn_input.Parser`
      
      * added `DataConfig`
      
      * fixed doc-string
      
      * Added type annotations
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10144 from tensorflow:panoptic-segmentation d9b85094711b4bcd34400989618b738032c992cf
      PiperOrigin-RevId: 386126918
      37ec3171
    • Jaeyoun Kim's avatar
      Copybara import of the project: · 31dc0f62
      Jaeyoun Kim authored
      --
      d9b85094711b4bcd34400989618b738032c992cf by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>:
      
      Added dataloader for Panoptic Mask R-CNN (#10112)
      
      * Added `panoptic_maskrcnn_input.Parser`
      
      * Added tests for `panoptic_maskrcnn_input.Parser`
      
      * added `DataConfig`
      
      * fixed doc-string
      
      * Added type annotations
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10144 from tensorflow:panoptic-segmentation d9b85094711b4bcd34400989618b738032c992cf
      PiperOrigin-RevId: 386126918
      31dc0f62
  27. 01 Jul, 2021 1 commit