- 26 Oct, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 339071313
-
- 23 Oct, 2020 1 commit
-
-
Liangzhe Yuan authored
Fix a bug of slicing boxes in _postprocess_keypoints_for_class_and_image and switch to use python assert in _get_shape. PiperOrigin-RevId: 338693370
-
- 22 Oct, 2020 2 commits
-
-
Jonathan Huang authored
PiperOrigin-RevId: 338526646
-
Zhichao Lu authored
PiperOrigin-RevId: 338383183
-
- 21 Oct, 2020 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 338221628
-
- 20 Oct, 2020 3 commits
-
-
Yu-hui Chen authored
Added few keypoint postprocessing functions to handle the one-class bounding box/keypoint use case such that the model can be converted to tf.lite format and run on CPU/GPU. PiperOrigin-RevId: 338078454
-
Yu-hui Chen authored
causes different behaviors with NaNs in reduce_min/argmin functions. Replaced the NaN values by Infs in one of the tensor to fix it. PiperOrigin-RevId: 338069303
-
Taehee Jeong authored
PiperOrigin-RevId: 338066485
-
- 14 Oct, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 337134017
-
- 09 Oct, 2020 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 336321500
-
- 08 Oct, 2020 3 commits
-
-
Yoni Ben-Meshulam authored
When InputReader.sample_from_datasets_weights is set, we apply these to sample individual input files. PiperOrigin-RevId: 336128228
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 336097508
-
Vivek Rathod authored
PiperOrigin-RevId: 336090589
-
- 05 Oct, 2020 1 commit
-
-
Sachin Joglekar authored
PiperOrigin-RevId: 335521712
-
- 02 Oct, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 335067840
-
- 01 Oct, 2020 1 commit
-
-
A. Unique TensorFlower authored
Changes output_tfrecord_path_prefix to output_tfrecord_path. PiperOrigin-RevId: 334817429
-
- 26 Sep, 2020 1 commit
-
-
Liangzhe Yuan authored
PiperOrigin-RevId: 333840074
-
- 25 Sep, 2020 1 commit
-
-
Yu-hui Chen authored
(object detection/keypoint prediction tasks) tf.lite compatible. PiperOrigin-RevId: 333766281
-
- 24 Sep, 2020 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 333576935
-
A. Unique TensorFlower authored
ComputeMetrics - for ease of code reading. PiperOrigin-RevId: 333575115
-
- 15 Sep, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 331805783
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 331796097
-
- 14 Sep, 2020 2 commits
-
-
Mirko Visontai authored
PiperOrigin-RevId: 331603270
-
Sachin Joglekar authored
PiperOrigin-RevId: 331557693
-
- 11 Sep, 2020 2 commits
-
-
Rich Munoz authored
PiperOrigin-RevId: 331247077
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 331166835
-
- 10 Sep, 2020 3 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 331013782
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 330992374
-
Khanh LeViet authored
PiperOrigin-RevId: 330857380
-
- 09 Sep, 2020 2 commits
-
-
A. Unique TensorFlower authored
Add a temporal offset prediction head to improve tracking accuracy, similar to "Tracking Objects as Points"(https://arxiv.org/abs/2004.01177). Notice that the original paper requires a change to the input pipeline, which is not included in this commit. PiperOrigin-RevId: 330796987
-
Sachin Joglekar authored
PiperOrigin-RevId: 330762870
-
- 03 Sep, 2020 3 commits
-
-
Sachin Joglekar authored
PiperOrigin-RevId: 330016073
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 329957156
-
Sachin Joglekar authored
PiperOrigin-RevId: 329938888
-
- 02 Sep, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 329650549
-
- 31 Aug, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 329318576
-
- 26 Aug, 2020 3 commits
-
-
Kaushik Shivakumar authored
-
Kaushik Shivakumar authored
-
Huizhong Chen authored
PiperOrigin-RevId: 328477362
-
- 25 Aug, 2020 1 commit
-
-
A. Unique TensorFlower authored
Change the return type from tuple to list to keep the consistency with other preprocessing functions. The tuple return type may cause errors if we expect a list as the return type. PiperOrigin-RevId: 328407607
-