- 23 Sep, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 398596089
-
- 16 Aug, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 391079006
-
- 02 Jul, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 382773317
-
- 24 Jun, 2021 1 commit
-
-
Yu-hui Chen authored
over new parameters in the CenterNet model. PiperOrigin-RevId: 381331623
-
- 17 Jun, 2021 1 commit
-
-
Zhichao Lu authored
PiperOrigin-RevId: 379898918
-
- 03 Jun, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 377208217
-
- 02 Jun, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 377103499
-
- 06 May, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 372426423
-
- 21 Apr, 2021 1 commit
-
-
Karim Nosir authored
PiperOrigin-RevId: 369749466
-
- 20 Apr, 2021 1 commit
-
-
Tyler Ganter authored
* OD tutorial colab working * fixing install instructions link
-
- 14 Apr, 2021 2 commits
-
-
A. Unique TensorFlower authored
Call set_keypoint_visibilities on the non-expanded versions of the detection and groundtruth keypoints. set_keypoint_visibilities expects a rank-3 tensor, and was being provided a rank-4 tensor. This had the unintended effect of creating a keypoint visibilities tensor of the wrong shape, resulting in only 2 keypoints being visualized. PiperOrigin-RevId: 368458273
-
Liangzhe Yuan authored
Fix the typo-ed name "remove_unecessary_ema" -> "remove_unnecessary_ema" and also re-implement it with deep dictionary copy. PiperOrigin-RevId: 368338501
-
- 05 Apr, 2021 1 commit
-
-
A. Unique TensorFlower authored
Rewrite the GIOU loss op in matrix form to avoid the map_fn. map_fn could be prohibitively costly when dealing with large number of bounding boxes. PiperOrigin-RevId: 366854232
-
- 11 Mar, 2021 1 commit
-
-
Ronny Votel authored
Updating how keypoints are rescored in CenterNet. Previously, all keypoint scores were averaged. Now, any keypoints with confidence score 0 (e.g. out of frame keypoints) are not averaged. PiperOrigin-RevId: 362383830
-
- 25 Feb, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 359406239
-
- 20 Jan, 2021 1 commit
-
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 352873888
-
- 13 Jan, 2021 1 commit
-
-
Sara Beery authored
PiperOrigin-RevId: 351610384
-
- 15 Dec, 2020 1 commit
-
-
A. Unique TensorFlower authored
by default NMS is off. PiperOrigin-RevId: 347613472
-
- 04 Dec, 2020 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 345620862
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 345586686
-
- 30 Nov, 2020 1 commit
-
-
Zhichao Lu authored
PiperOrigin-RevId: 344743049
-
- 25 Nov, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 344310944
-
- 20 Nov, 2020 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 343491021
-
- 22 Oct, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 338526646
-
- 21 Oct, 2020 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 338221628
-
- 18 Aug, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 15 Aug, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 07 Aug, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 06 Aug, 2020 2 commits
-
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
- 04 Aug, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 30 Jul, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 27 Jul, 2020 1 commit
-
-
Kaushik Shivakumar authored
-
- 26 Jul, 2020 1 commit
-
-
syiming authored
-
- 11 Jul, 2020 1 commit
-
-
vivek rathod authored
320711412 by rathodv: Internal change -- 320707201 by lzc: Internal change 320690704 by TF Object Detection Team: Purely Google refactor -- 320665573 by TF Object Detection Team: Fallback to deprecated `experimental_run_v2` method if `run` does not exist. -- PiperOrigin-RevId: 320711412 Co-authored-by:TF Object Detection Team <no-reply@google.com>
-
- 10 Jul, 2020 2 commits
-
-
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:kmindspark <kaushikshiv@google.com>
-
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
-
- 08 Jul, 2020 1 commit
-
-
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:TF Object Detection Team <no-reply@google.com>
-
- 30 Jun, 2020 2 commits
-
-
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 -
syiming authored
-