"vscode:/vscode.git/clone" did not exist on "ab6c82c984fe1a958e537d7c3f78ec8a3a9bcb2d"
- 27 Apr, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 370575507
-
- 26 Apr, 2021 1 commit
-
-
Yu-hui Chen authored
CenterNetMetaArch. It is to make sure the model can be post-quantizable and doesn't generate calibration errors during quantization. PiperOrigin-RevId: 370528566
-
- 24 Apr, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 370255238
-
- 23 Apr, 2021 1 commit
-
-
André Araujo authored
* Merged commit includes the following changes: 253126424 by Andre Araujo: Scripts to compute metrics for Google Landmarks dataset. Also, a small fix to metric in retrieval case: avoids duplicate predicted images. -- 253118971 by Andre Araujo: Metrics for Google Landmarks dataset. -- 253106953 by Andre Araujo: Library to read files from Google Landmarks challenges. -- 250700636 by Andre Araujo: Handle case of aggregation extraction with empty set of input features. -- 250516819 by Andre Araujo: Add minimum size for DELF extractor. -- 250435822 by Andre Araujo: Add max_image_size/min_image_size for open-source DELF proto / module. -- 250414606 by Andre Araujo: Refactor extract_aggregation to allow reuse with different datasets. -- 250356863 by Andre Araujo: Remove unnecessary cmd_args variable from boxes_and_features_extraction. -- 249783379 by Andre Araujo: ...
-
- 22 Apr, 2021 1 commit
-
-
Yu-hui Chen authored
logic doesn't depend on the per_keypoint_offset value and use get_batch_predictions_from_indices to be consistent with other prediction heads. PiperOrigin-RevId: 369925004
-
- 21 Apr, 2021 1 commit
-
-
Karim Nosir authored
PiperOrigin-RevId: 369749466
-
- 20 Apr, 2021 3 commits
-
-
Andrea Garritano authored
-
Tyler Ganter authored
* OD tutorial colab working * fixing install instructions link
-
Ronny Votel authored
Surgical update to CenterNet keypoint postprocessing to use bounding boxes if present. This is shown to reduce keypoint snapping across individuals. PiperOrigin-RevId: 369432018
-
- 16 Apr, 2021 1 commit
-
-
Jekaterina Jaroslavceva authored
* Dataset utilities added. * Global model definition * Dataset modules added. * Dataset modules fix. * global features model training added * global features fix * Test dataset update * PR fixes * repo sync * repo sync * Syncing 2 * Syncing 2 * Added global model supporting modules * code style fixes * Minor style fixes
-
- 14 Apr, 2021 3 commits
-
-
Leandro Schelb authored
-
A. Unique TensorFlower authored
Call set_keypoint_visibilities on the non-expanded versions of the detection and groundtruth keypoints. set_keypoint_visibilities expects a rank-3 tensor, and was being provided a rank-4 tensor. This had the unintended effect of creating a keypoint visibilities tensor of the wrong shape, resulting in only 2 keypoints being visualized. PiperOrigin-RevId: 368458273
-
Liangzhe Yuan authored
Fix the typo-ed name "remove_unecessary_ema" -> "remove_unnecessary_ema" and also re-implement it with deep dictionary copy. PiperOrigin-RevId: 368338501
-
- 13 Apr, 2021 4 commits
-
-
Jekaterina Jaroslavceva authored
* Dataset utilities added. * Global model definition * Dataset modules added. * Dataset modules fix. * global features model training added * global features fix * Test dataset update * PR fixes * repo sync * repo sync * modules moving * Removed unnecessary modules * Removed unnecessary files
-
Ronny Votel authored
PiperOrigin-RevId: 368217758
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 368215027
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-
- 12 Apr, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 368024164
-
- 05 Apr, 2021 2 commits
-
-
A. Unique TensorFlower authored
Rewrite the GIOU loss op in matrix form to avoid the map_fn. map_fn could be prohibitively costly when dealing with large number of bounding boxes. PiperOrigin-RevId: 366854232
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366850188
-
- 02 Apr, 2021 4 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366395416
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366388829
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366385685
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 366382220
-
- 31 Mar, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 366134194
-
- 30 Mar, 2021 3 commits
-
-
Austin Myers authored
PiperOrigin-RevId: 365913722
-
Austin Myers authored
PiperOrigin-RevId: 365899795
-
A. Unique TensorFlower authored
This CL register a pre-defined GIOU loss to the losses.proto and losses_builder so that the GIOU loss can be correctly called & built when GIOU loss is specified in the loss config file. PiperOrigin-RevId: 365891022
-
- 29 Mar, 2021 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 365683210
-
- 26 Mar, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 365177695
-
- 25 Mar, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 364924351
-
- 24 Mar, 2021 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364895608
-
Yu-hui Chen authored
PiperOrigin-RevId: 364731599
-
- 23 Mar, 2021 2 commits
-
-
Austin Myers authored
PiperOrigin-RevId: 364671967
-
Yu-hui Chen authored
Updated the single instance postprocessing logics such that it uses the score to distance ratio scoring method. The new logics also avoid using expensive ops, e.g. reduce_max/maximum. PiperOrigin-RevId: 364607976
-
- 22 Mar, 2021 3 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364388006
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364363163
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364349645
-
- 19 Mar, 2021 2 commits
-
-
Ronny Votel authored
PiperOrigin-RevId: 363975731
-
Mark Daoust authored
-