- 04 Dec, 2020 2 commits
-
-
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
-
- 02 Dec, 2020 1 commit
-
-
pyoung2778 authored
-
- 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
-
- 26 Nov, 2020 1 commit
-
-
prabhukaliamoorthi authored
-
- 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
-
- 06 Nov, 2020 1 commit
-
-
thunderfyc authored
* Rename sequence_projection to seq_flow_lite * Rename sequence_projection to seq_flow_lite
-
- 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
-
- 29 Oct, 2020 1 commit
-
-
Jonathan Huang authored
Plumb LVIS specific fields (e.g. `neg_category_ids`, `not_exhaustive_category_ids`) through input pipelines. PiperOrigin-RevId: 339614575
-
- 27 Oct, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 339190667
-
- 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 3 commits
-
-
Jonathan Huang authored
PiperOrigin-RevId: 338526646
-
Manoj Plakal authored
-
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
-
- 19 Oct, 2020 1 commit
-
-
http://host.robots.ox.ac.uk/pascal/VOC/voc2012/Aman Gupta authored
Old link (http://host.robots.ox.ac.uk/pascal/VOC/voc2012/) is not available. So need to update the location of the dataset. (#9395)
-
- 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
-
- 06 Oct, 2020 1 commit
-
-
Dan Anghel authored
* Merged commit includes the following changes: 326369548 by Andre Araujo: Fix import issues. -- 326159826 by Andre Araujo: Changed the implementation of the cosine weights from Keras layer to tf.Variable to manually control for L2 normalization. -- 326139082 by Andre Araujo: Support local feature matching using ratio test. To allow for easily choosing which matching type to use, we rename a flag/argument and modify all related files to avoid breakages. Also include a small change when computing nearest neighbors for geometric matching, to parallelize computation, which saves a little bit of time during execution (argument "n_jobs=-1"). -- 326119848 by Andre Araujo: Option to measure DELG latency taking binarization into account. -- 324316608 by Andre Araujo: DELG global features training. -- 323693131 by Andre Araujo: PY3 conversion for delf public lib. -- 321046157 by Andre Araujo: Purely Google refactor -- PiperOrigin-RevId: 326369548 * Added export of delg_model module. * README update to explain training DELG global features head * Added guidelines for DELF hyperparameter values * Fixed typo * Added mention about remaining training flags. * Merged commit includes the following changes: 334723489 by Andre Araujo: Backpropagate global and attention layers together. -- 334228310 by Andre Araujo: Enable scaling of local feature locations to the resized resolution. -- PiperOrigin-RevId: 334723489 Co-authored-by:Andre Araujo <andrearaujo@google.com>
-