- 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
-
- 13 Apr, 2021 4 commits
-
-
Jekaterina Jaroslavceva authored
* Dataset utilities added. * Global model definition * Dataset modules added. * Dataset modules fix. * global features model training added * global features fix * Test dataset update * PR fixes * repo sync * repo sync * modules moving * Removed unnecessary modules * Removed unnecessary files
-
Ronny Votel authored
PiperOrigin-RevId: 368217758
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 368215027
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-
- 12 Apr, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 368024164
-
- 05 Apr, 2021 2 commits
-
-
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
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366850188
-
- 02 Apr, 2021 4 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366395416
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366388829
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366385685
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366382220
-
- 31 Mar, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 366134194
-
- 30 Mar, 2021 3 commits
-
-
Austin Myers authored
PiperOrigin-RevId: 365913722
-
Austin Myers authored
PiperOrigin-RevId: 365899795
-
A. Unique TensorFlower authored
This CL register a pre-defined GIOU loss to the losses.proto and losses_builder so that the GIOU loss can be correctly called & built when GIOU loss is specified in the loss config file. PiperOrigin-RevId: 365891022
-
- 29 Mar, 2021 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 365683210
-
- 26 Mar, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 365177695
-
- 25 Mar, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 364924351
-
- 24 Mar, 2021 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364895608
-
Yu-hui Chen authored
PiperOrigin-RevId: 364731599
-
- 23 Mar, 2021 2 commits
-
-
Austin Myers authored
PiperOrigin-RevId: 364671967
-
Yu-hui Chen authored
Updated the single instance postprocessing logics such that it uses the score to distance ratio scoring method. The new logics also avoid using expensive ops, e.g. reduce_max/maximum. PiperOrigin-RevId: 364607976
-
- 22 Mar, 2021 3 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364388006
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364363163
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364349645
-
- 19 Mar, 2021 5 commits
-
-
Ronny Votel authored
PiperOrigin-RevId: 363975731
-
Mark Daoust authored
-
Jekaterina Jaroslavceva authored
-
thunderfyc authored
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 363794263
-
- 18 Mar, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 363700908
-
- 17 Mar, 2021 1 commit
-
-
Yu-hui Chen authored
use case which uses the keypoint location to determine the object center location and heatmap. PiperOrigin-RevId: 363522414
-
- 14 Mar, 2021 1 commit
-
-
Yu-hui Chen authored
postprocessing logic. PiperOrigin-RevId: 362814113
-
- 12 Mar, 2021 1 commit
-
-
Sachin Joglekar authored
PiperOrigin-RevId: 362609612
-
- 11 Mar, 2021 4 commits
-
-
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
-
Ronny Votel authored
PiperOrigin-RevId: 362353183
-
Zhichao Lu authored
PiperOrigin-RevId: 362253972
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 362205649
-