- 03 Aug, 2021 2 commits
-
-
Fan Yang authored
PiperOrigin-RevId: 388503400
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 388500087
-
- 30 Jul, 2021 1 commit
-
-
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
-
- 27 Jul, 2021 2 commits
-
-
Xianzhi Du authored
PiperOrigin-RevId: 387177259
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 387142853
-
- 22 Jul, 2021 2 commits
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 386299254
-
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
-
- 21 Jul, 2021 1 commit
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 386105413
-
- 19 Jul, 2021 3 commits
-
-
Liangzhe Yuan authored
PiperOrigin-RevId: 385652538
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 385611054
-
Liangzhe Yuan authored
PiperOrigin-RevId: 385593727
-
- 13 Jul, 2021 1 commit
-
-
Fan Yang authored
PiperOrigin-RevId: 384509754
-
- 12 Jul, 2021 3 commits
- 09 Jul, 2021 3 commits
-
-
Fan Yang authored
PiperOrigin-RevId: 383944185
-
Dan Kondratyuk authored
PiperOrigin-RevId: 383861528
-
Dan Kondratyuk authored
PiperOrigin-RevId: 383856955
-
- 08 Jul, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 383679175
-
- 01 Jul, 2021 1 commit
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 382561014
-
- 29 Jun, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 382051540
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 382051212
-
- 28 Jun, 2021 1 commit
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 381908843
-
- 25 Jun, 2021 1 commit
-
-
Fan Yang authored
PiperOrigin-RevId: 381516130
-
- 18 Jun, 2021 2 commits
-
-
Xianzhi Du authored
PiperOrigin-RevId: 380237223
-
Xianzhi Du authored
PiperOrigin-RevId: 380237223
-
- 16 Jun, 2021 1 commit
-
-
Jaeyoun Kim authored
-- b3be14bc by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>: Added `PanopticMaskRCNNModel` model (#10045) * Added `PanopticMaskRCNNModel` model * test checkpoint loading for segmentation objects * fixed docstring * subclassed `MaskRCNNModel` * always enable mask and segmentation heads * added __init__.py * added README.md -- 35c3a79f by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>: fixed linting errors (#10053) COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10052 from tensorflow:panoptic-segmentation 35c3a79f PiperOrigin-RevId: 379834961
-
- 14 Jun, 2021 2 commits
-
-
Jaeyoun Kim authored
-- 63719f08 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 725b8c8c by Anirudh Vegesana <anirudh.vegesana@gmail.com>: disclaimer (#10020) Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 404d24b0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Linting (#10027) * YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> * disclaimer * Fix some PyLint errors Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10021 from tensorflow:purdue-yolo 404d24b0 PiperOrigin-RevId: 379372162
-
Jaeyoun Kim authored
-- 63719f08 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 725b8c8c by Anirudh Vegesana <anirudh.vegesana@gmail.com>: disclaimer (#10020) Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> -- 404d24b0 by Anirudh Vegesana <anirudh.vegesana@gmail.com>: YOLO Family: Linting (#10027) * YOLO Family: Updated model (#9923) * Update YOLO model * Fix some docstrings * Fix docstrings * Address some of Dr. Davis' changes * Give descriptive names to the test cases * Fix bugs * Fix YOLO head imports * docstring and variable name updates * docstring and variable name updates * docstring and variable name updates Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> * disclaimer * Fix some PyLint errors Co-authored-by:
vishnubanna <banna3vishnu@gmail.com> Co-authored-by:
Vishnu Banna <43182884+vishnubanna@users.noreply.github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10021 from tensorflow:purdue-yolo 404d24b0 PiperOrigin-RevId: 379372162
-
- 11 Jun, 2021 2 commits
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378923791
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378923791
-
- 09 Jun, 2021 4 commits
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378423112
-
Dan Kondratyuk authored
PiperOrigin-RevId: 378423112
-
Srihari Humbarwadi authored
-
Srihari Humbarwadi authored
* Added `PanopticMaskRCNNModel` model * test checkpoint loading for segmentation objects * fixed docstring * subclassed `MaskRCNNModel` * always enable mask and segmentation heads * added __init__.py * added README.md
-
- 06 Jun, 2021 4 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 377803367
-
Hongkun Yu authored
PiperOrigin-RevId: 377803367
-
Hongkun Yu authored
PiperOrigin-RevId: 377801393
-
Hongkun Yu authored
PiperOrigin-RevId: 377801393
-
- 04 Jun, 2021 1 commit
-
-
Dan Kondratyuk authored
PiperOrigin-RevId: 377605316
-