- 22 Sep, 2022 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 476005369
-
- 12 Sep, 2022 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 473775964
-
- 13 Apr, 2022 2 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 441585903
-
Abdullah Rashwan authored
PiperOrigin-RevId: 441585903
-
- 14 Mar, 2022 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 434564713
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 434564713
-
- 08 Mar, 2022 2 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 433134122
-
Abdullah Rashwan authored
PiperOrigin-RevId: 433134122
-
- 27 Jan, 2022 2 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 424463592
-
Abdullah Rashwan authored
PiperOrigin-RevId: 424463592
-
- 18 Jan, 2022 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 422612138
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 422612138
-
- 26 Oct, 2021 2 commits
-
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
- 25 Oct, 2021 2 commits
-
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
- 24 Oct, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 20 Oct, 2021 3 commits
-
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
- 18 Oct, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 14 Oct, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 11 Oct, 2021 2 commits
-
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
- 09 Oct, 2021 2 commits
-
-
srihari-humbarwadi authored
-
srihari-humbarwadi authored
-
- 21 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 20 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 16 Sep, 2021 1 commit
-
-
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
-
- 09 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 07 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 06 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 02 Sep, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 11 Aug, 2021 1 commit
-
-
srihari-humbarwadi authored
-
- 03 Aug, 2021 1 commit
-
-
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
-
- 30 Jul, 2021 2 commits
-
-
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
-
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
-
- 22 Jul, 2021 2 commits
-
-
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
-
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
-
- 01 Jul, 2021 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382561014
-