- 02 Feb, 2021 1 commit
-
-
Yu-hui Chen authored
keypoint depth. Updated model_lib files to populate the keypoint depth information. PiperOrigin-RevId: 355261727
-
- 29 Jan, 2021 2 commits
-
-
Vivek Rathod authored
PiperOrigin-RevId: 354590046
-
Vivek Rathod authored
PiperOrigin-RevId: 354429469
-
- 28 Jan, 2021 1 commit
-
-
A. Unique TensorFlower authored
properly changed if the keep_aspect_ratio_resizer was used in conjunction with pad_to_max_dimension. PiperOrigin-RevId: 354336467
-
- 27 Jan, 2021 1 commit
-
-
Yu-hui Chen authored
depth and weight fields. PiperOrigin-RevId: 353975078
-
- 26 Jan, 2021 1 commit
-
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 353788624
-
- 22 Jan, 2021 1 commit
-
-
Yu-hui Chen authored
Updated the tf_example decoder and decoder builders to parse the keypoint depth features from the input tf.Example. PiperOrigin-RevId: 353305509
-
- 20 Jan, 2021 2 commits
-
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 352873888
-
Soroosh Yazdani authored
PiperOrigin-RevId: 352851428
-
- 19 Jan, 2021 2 commits
-
-
Yu-hui Chen authored
estimation. It is designed specifically to run the model in the browser environment using tf.js. PiperOrigin-RevId: 352609409
-
Austin Myers authored
PiperOrigin-RevId: 352601466
-
- 13 Jan, 2021 2 commits
-
-
Soroosh Yazdani authored
PiperOrigin-RevId: 351619683
-
Sara Beery authored
PiperOrigin-RevId: 351610384
-
- 12 Jan, 2021 1 commit
-
-
Yu-hui Chen authored
FPN network. PiperOrigin-RevId: 351255218
-
- 07 Jan, 2021 1 commit
-
-
Yu-hui Chen authored
for object detection and keypoint estimation tasks. PiperOrigin-RevId: 350640225
-
- 22 Dec, 2020 1 commit
-
-
Samuel Marks authored
-
- 16 Dec, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 347837387
-
- 15 Dec, 2020 1 commit
-
-
A. Unique TensorFlower authored
by default NMS is off. PiperOrigin-RevId: 347613472
-
- 05 Dec, 2020 1 commit
-
-
Sara Beery authored
Context R-CNN Updates: Added capabilities to use multi-headed or multi-layered attention, to place the attention heads pre- or post-second stage feature extraction, and to work with embedded features in the context feature back from pre- or post-second stage feature extraction. Added an option for RPN feature map crops to be piped through to model outputs. PiperOrigin-RevId: 345777219
-
- 04 Dec, 2020 4 commits
-
-
Sara Beery authored
DEFAULT_VALUE_OK=setting prefetch batches default to 2 as using -1 can cause memory issues for some models such as context r-cnn that use sequence examples. PiperOrigin-RevId: 345682268
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 345620862
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 345586686
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 345586199
-
- 03 Dec, 2020 2 commits
-
-
Sara Beery authored
Updating Context R-CNN dataset tools to fix a bug in context feature bank building logic when the number of context examples in the time horizon is greater than the specified maximum, and adding capabilities to track and save the number of embeddings stored per image. PiperOrigin-RevId: 345548385
-
Yu-hui Chen authored
added a new operating mode for single-instance prediction. 1) Refactored the _postprocess_keypoints_for_class_and_image function such that it can be reused by single/multi class keypoint tasks. 2) Removed the "mod" operator to make the model compatible with WASM. PiperOrigin-RevId: 345468250
-
- 01 Dec, 2020 1 commit
-
-
Vivek Rathod authored
Avoid explicit tf.unstack in `convert_strided_predictions_to_normalized_boxes`. This enables exporting a saved model with dynamic batch size. PiperOrigin-RevId: 345055072
-
- 30 Nov, 2020 1 commit
-
-
Zhichao Lu authored
PiperOrigin-RevId: 344743049
-
- 25 Nov, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 344310944
-
- 24 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
Fix the score_converter issue, which should apply on the dimension of num_class_slots per anchor separately, not on all anchors per location together (e.g. think of softmax). PiperOrigin-RevId: 344143469
-
- 23 Nov, 2020 1 commit
-
-
Pankaj Kanwar authored
PiperOrigin-RevId: 343920343
-
- 20 Nov, 2020 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 343491021
-
- 19 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 343342628
-
- 17 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
Modify adjust_gamma method to only adjust rgb channels (or a single grayscale channel), and to call tf.image.adjust_gamma on an image with values between 0 and 1. PiperOrigin-RevId: 342911345
-
- 14 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 342373365
-
- 10 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 341573525
-
- 07 Nov, 2020 3 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 341188685
-
Vivek Rathod authored
Make label_id_offset an argument so it can be turned off when eval_util.result_dict_for_batched_example is applied on the outputs of an exported SavedModel. Exported saved models already apply label offset. PiperOrigin-RevId: 341176846
-
Vivek Rathod authored
Run inference under distribution strategy, gather outputs locally and evaluate the results with coco tools on cpu. PiperOrigin-RevId: 341162083
-
- 03 Nov, 2020 2 commits
-
-
Jonathan Huang authored
PiperOrigin-RevId: 340366780
-
Jonathan Huang authored
Fixes two bugs when handling verified_neg_classes and not_exhaustive_classes fields for LVIS evaluation: (1) Before, if one of these fields was empty, the input pipeline would default to an all-ones representation; this CL turns out off this behavior for the LVIS-specific classes. (2) Labels are now 1-indexed coming out of the _prepare_groundtruth_for_eval function in model_lib (as they should be). PiperOrigin-RevId: 340357845
-