- 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 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 397358689
-
- 07 Sep, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 395297294
-
- 02 Sep, 2021 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 394568069
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 394512536
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 394505975
-
- 01 Sep, 2021 2 commits
-
-
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
-
- 17 Aug, 2021 1 commit
-
-
A. Unique TensorFlower authored
* Replaced the deprecated `to_int/to_float` in `center_net_meta_arch.py` with `tf.cast()` (following the warning). * Added `max_norm_coord` argument to CenterNet source code to allow controlling the maximum coordinate value to be considered, to allow for the wrap-around special case for RxR data. PiperOrigin-RevId: 391319766
-
- 16 Aug, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 391079006
-
- 12 Aug, 2021 1 commit
-
-
Yu-hui Chen authored
true_image_shape is not required and can be inferred by the prediction tensors. PiperOrigin-RevId: 390421432
-
- 03 Aug, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 388508391
-
- 19 Jul, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 385646058
-
- 17 Jul, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 385342213
-
- 16 Jul, 2021 3 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 385224486
-
A. Unique TensorFlower authored
Made changes in `center_net_meta_arch.py` for the particular use case in Marky Landmark Detection, i.e. 1. Accessing an access-protected field in the model; 2. Traverse layers to set trainability. PiperOrigin-RevId: 385136419
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 385042521
-
- 08 Jul, 2021 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 383699499
-
Scott Main authored
PiperOrigin-RevId: 383651497
-
- 07 Jul, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 383469336
-
- 02 Jul, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 382773317
-
- 30 Jun, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 382236941
-
- 24 Jun, 2021 2 commits
-
-
Ronny Votel authored
PiperOrigin-RevId: 381366438
-
Yu-hui Chen authored
This allows the exported TF Lite MoveNet model to be able to run on device GPU using OpenCL/OpenGL. PiperOrigin-RevId: 381343791
-