- 10 May, 2021 3 commits
-
-
Jaeyoun Kim authored
Update the logo path.
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 373010443
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 372953929
-
- 07 May, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 372579796
-
- 06 May, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 372426423
-
- 05 May, 2021 1 commit
-
-
Yu-hui Chen authored
interpolation method is configurable. PiperOrigin-RevId: 372198977
-
- 04 May, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 371929331
-
- 03 May, 2021 1 commit
-
-
Yu-hui Chen authored
for the object center head parameters in CenterNet. PiperOrigin-RevId: 371783912
-
- 29 Apr, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 371037598
-
- 28 Apr, 2021 2 commits
-
-
A. Unique TensorFlower authored
Fix explicit padding when pool residuals are used. Match the pool residual convolution to the depthwise convolution to ensure the output tensors of both are of the same size. PiperOrigin-RevId: 370971019
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 370903487
-
- 27 Apr, 2021 2 commits
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 370720011
-
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
-