- 03 Dec, 2021 1 commit
-
-
Khanh LeViet authored
Unfreeze keras version as incorrect version issue was fixed. This also resolved the endless TF ODT API pip install issue. PiperOrigin-RevId: 413804051
-
- 23 Nov, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 411887283
-
- 19 Nov, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 410930769
-
- 17 Nov, 2021 1 commit
-
-
Scott Main authored
Instead of searching the annotation files based on class names in the filenames, read all the XML annotation files. For the cats/dogs use-case, just delete all the XML files that are not the breeds we care about. PiperOrigin-RevId: 410613750
-
- 16 Nov, 2021 1 commit
-
-
Jekaterina Jaroslavceva authored
* Added README.md * fix README * review fixes
-
- 04 Nov, 2021 2 commits
-
-
Yu-hui Chen authored
such that NMS won't wash out the rescored instance scores. PiperOrigin-RevId: 407602744
-
Vighnesh Birodkar authored
Also upgrades keras version due to https://github.com/tensorflow/tensorflow/issues/51592 PiperOrigin-RevId: 407556344
-
- 03 Nov, 2021 1 commit
-
-
Scott Main authored
PiperOrigin-RevId: 407366384
-
- 01 Nov, 2021 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 406939681
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 406929565
-
- 25 Oct, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 405458782
-
- 19 Oct, 2021 2 commits
-
-
Yu-hui Chen authored
the image/object/keypoint/text feature but not in the keypoint label map. PiperOrigin-RevId: 404372105
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 404311441
-
- 13 Oct, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 402944074
-
A. Unique TensorFlower authored
- Added configurable arguments in CenterNet for maximum normalized coordinate (this might be useful for handling cases where the bounding box can only be presented out-of-bound with the direction-of-path point at the center in panorama rotation). PiperOrigin-RevId: 402882653
-
- 12 Oct, 2021 1 commit
-
-
Scott Zhu authored
PiperOrigin-RevId: 402663280
-
- 05 Oct, 2021 1 commit
-
-
Anirudh Sriram authored
PiperOrigin-RevId: 401003754
-
- 01 Oct, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 400090738
-
Yu-hui Chen authored
datasets which contain different subset of keypoints. PiperOrigin-RevId: 400065449
-
- 30 Sep, 2021 1 commit
-
-
Yu-hui Chen authored
that maps from the keypoint names to their ids. PiperOrigin-RevId: 400009398
-
- 27 Sep, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 399303089
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 399210729
-
- 23 Sep, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 398596089
-
- 22 Sep, 2021 1 commit
-
-
Yu-hui Chen authored
using 5d tensors to avoid issue when converted to TfLite model. PiperOrigin-RevId: 398301856
-
- 17 Sep, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 397358689
-
pyoung2778 authored
-
- 14 Sep, 2021 1 commit
-
-
pyoung2778 authored
-
- 09 Sep, 2021 1 commit
-
-
Mark Sandler authored
* Fixes invalid json * Fixed invalid javascript * fixed json
-
- 08 Sep, 2021 1 commit
-
-
Dan Ellis authored
-
- 07 Sep, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 395297294
-
- 02 Sep, 2021 4 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 394568069
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 394512536
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 394505975
-
Leandro Schelb authored
* Fixed deprecated tf.flags * Fixed deprecated tf.contrib.metrics
-
- 01 Sep, 2021 3 commits
-
-
Yukun Zhu authored
-
Yu-hui Chen authored
CenterNet meta arch to avoid using scatter_nd and tf.cond. Also, use static_or_dynamic_map_fn in the convert_strided_predictions_to_normalized_keypoints function to avoid introducing cycles in the graph that causes the TPU converter errors. PiperOrigin-RevId: 394152521
-
Yu-hui Chen authored
runs much slower in the browser. PiperOrigin-RevId: 394148346
-
- 28 Aug, 2021 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 393480597
-
- 24 Aug, 2021 1 commit
-
-
Eric Forkosh authored
The order of the input tensors is incorrect and therefore the sample notebook does not run. The sample code has the order of the input tensors as `boxes, classes, scores, num_detections`, but actually the order should be `scores, boxes, num_detections, classes` After correcting the indexes of the input tensor, the sample notebook runs.
-
- 20 Aug, 2021 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 392061572
-