- 22 Mar, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 364349645
-
- 17 Mar, 2021 1 commit
-
-
Yu-hui Chen authored
use case which uses the keypoint location to determine the object center location and heatmap. PiperOrigin-RevId: 363522414
-
- 11 Mar, 2021 1 commit
-
-
Zhichao Lu authored
PiperOrigin-RevId: 362253972
-
- 09 Mar, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 361897677
-
- 25 Feb, 2021 1 commit
-
-
Ronny Votel authored
PiperOrigin-RevId: 359406239
-
- 24 Feb, 2021 1 commit
-
-
Yu-hui Chen authored
PiperOrigin-RevId: 359344675
-
- 18 Feb, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 358070404
-
- 05 Feb, 2021 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 355908695
-
- 29 Jan, 2021 1 commit
-
-
Vivek Rathod authored
PiperOrigin-RevId: 354590046
-
- 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
-
- 19 Jan, 2021 1 commit
-
-
Austin Myers authored
PiperOrigin-RevId: 352601466
-
- 12 Jan, 2021 1 commit
-
-
Yu-hui Chen authored
FPN network. PiperOrigin-RevId: 351255218
-
- 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 2 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
-
Yoni Ben-Meshulam authored
PiperOrigin-RevId: 345586199
-
- 14 Nov, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 342373365
-
- 26 Oct, 2020 1 commit
-
-
Jonathan Huang authored
PiperOrigin-RevId: 339071313
-
- 21 Oct, 2020 1 commit
-
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 338221628
-
- 08 Oct, 2020 1 commit
-
-
Yoni Ben-Meshulam authored
When InputReader.sample_from_datasets_weights is set, we apply these to sample individual input files. PiperOrigin-RevId: 336128228
-
- 26 Sep, 2020 1 commit
-
-
Liangzhe Yuan authored
PiperOrigin-RevId: 333840074
-
- 15 Sep, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 331796097
-
- 09 Sep, 2020 1 commit
-
-
A. Unique TensorFlower authored
Add a temporal offset prediction head to improve tracking accuracy, similar to "Tracking Objects as Points"(https://arxiv.org/abs/2004.01177). Notice that the original paper requires a change to the input pipeline, which is not included in this commit. PiperOrigin-RevId: 330796987
-
- 13 Aug, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 326541072
-
- 07 Aug, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 325470519
-
- 05 Aug, 2020 3 commits
- 17 Jul, 2020 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 321825286
-
Yu-hui Chen authored
PiperOrigin-RevId: 321810710
-
syiming authored
-
- 10 Jul, 2020 1 commit
-
-
vivek rathod authored
320618558 by rathodv: Internal Change. -- 320597532 by ronnyvotel: Exposing DensePose visualizations to model_lib_v2.py. -- 320533669 by ronnyvotel: Adding utilities to visualize DensePose outputs. -- 320529647 by lzc: Fix saved_model issue in object_detection_tutorial notebook. -- 320510127 by aom: Internal change. -- 320490236 by derekjchow: Update Dockerfiles to use setup.py -- 320443572 by rathodv: Update `Tensorflow` to `TensorFlow` in documentation. -- 320426460 by ronnyvotel: DensePose proto and model builder. -- 320352611 by rathodv: Update documentation to reflect the support for TF1 and TF2. Provide separate sets of instructions to reduce confusion. -- 320350724 by rathodv: Internal Change. -- PiperOrigin-RevId: 320618558 Co-authored-by:kmindspark <kaushikshiv@google.com>
-
- 09 Jul, 2020 1 commit
-
-
vivek rathod authored
320335495 by rathodv: Remove hparams support form TF1 main binaries as its not available in TF1.15 runtime on cloud ai platform. -- 320278161 by ronnyvotel: Exposing DensePose fields to model libraries. -- 320277319 by rathodv: Remove TPU Name check since TPU is automatically inferred under cloud AI platform. -- 320258215 by rathodv: Internal Change. -- 320245458 by yuhuic: Updated the CenterNet restore_from_objects function to be compatible with existing configs that load converted checkpoints. -- 320225405 by jonathanhuang: Small change to Keras box predictor and box heads to fix export errors for SSD and Faster R-CNN. -- 320145077 by aom: Implements EfficientDet feature extractor. -- PiperOrigin-RevId: 320335495 Co-authored-by:TF Object Detection Team <no-reply@google.com>
-
- 08 Jul, 2020 1 commit
-
-
vivek rathod authored
320117767 by ronnyvotel: DensePose postprocessing implementation. -- 320065853 by ronnyvotel: Updating how masks are reframed, so that it works on float and uint8 masks. -- 320061717 by yuhuic: Updated CenterNet restore_from_objects to allow the model to load the checkpoints saved during training. -- 319835172 by ronnyvotel: Updating how the DensePose UV Symmetries MAT file path is constructed and loaded. -- 319834678 by ronnyvotel: First update to CenterNetMetaArch for DensePose. Adding prediction and loss functionality. -- 319810261 by rathodv: Create a setup.py file to simplify installation. Usage: "python object_detection/packages/tf1/setup.py install" for TF1. "python object_detection/packages/tf2/setup.py install" for TF2. or to create source distribution "python object_detection/packages/tf1/setup.py sdist" for TF1. "python object_detection/packages/tf2/setup.py sdist" for TF2. -- 319803041 by sbeery: Updating documentation for export -- 319688087 by rathodv: Update as_matrix() to to_numpy() to avoid failures with python3.6 -- 319686183 by vighneshb: Require tpu_name when use_tpu is set. -- 319613327 by aom: EfficientDet-style Data Augmentation. -- 319572180 by rathodv: Add TF2 SSD FPN (a.k.a RetinaNet) configs. -- 319553823 by rathodv: Internal Change. -- PiperOrigin-RevId: 320117767 Co-authored-by:TF Object Detection Team <no-reply@google.com>
-
- 04 Jul, 2020 1 commit
-
-
vivek rathod authored
319539052 by rathodv: Internal Change. -- 319537186 by rathodv: Internal Change -- 319320800 by jonathanhuang: Internal changes. -- 319260368 by ronnyvotel: Adding a target assigner for DensePose. -- 319240476 by sbeery: switching to main() for argparse -- PiperOrigin-RevId: 319539052 Co-authored-by:TF Object Detection Team <no-reply@google.com>
-
- 01 Jul, 2020 1 commit
-
-
vivek rathod authored
319125512 by aom: Internal change -- 319108395 by rathodv: Internal Change -- 319106259 by ronnyvotel: Updating input pipeline to return DensePose labels. -- PiperOrigin-RevId: 319125512 Co-authored-by:Zhichao Lu <lzc@google.com>
-
- 30 Jun, 2020 1 commit
-
-
Yiming Shi authored
* Initial commit for faster rcnn resnet v1 fpn feature extractor. 1. Setup code structure for fpn feature extractor * draft for faster rcnn resnet vi fpn feature extractor * draft for faster rcnn resnet v1 fpn feature extractor * add seperated class for resnet 50 101 152 * draft for get_box_classifier_feature_extractor_model * remove unused code * Init test file for faster_rcnn_fpn_keras_feature extractor * add unit test for get_proposal_feature_extractor_model * add unit test for get_proposal_feature_extractor_model smaller input size * add unit test for get_proposal_feature_extractor_model incorrect dimension * change keras model output format * Update size on extract_proposal_features tests * change default fpn_min_level to 2 * fix error in get_box_classifier_feature_extractor_model * add shape test for get_box_classifier_feature_extractor_model * fix coding style * Fix coding style for feature extractor. * add faster rcnn resnet v1 fpn feature extractor to model builder * rename fpn feature extractors * modify doc string for Feature extractor: drop word "implementation" * add todo in get_box_classifier_feature_extractor_model * remove enable_v2_behavior * drop unittest test_extract_proposal_features_dies_with_incorrect_rank_inputs * modify feature extractor name * remove min_depth and depth_multiplier feature * Add coarse layers for faster rcnn fpn keras model 1. Add coarse layers 2. Update corresponding unit test to check the size of the coarse layer is correct * change the default max_fpn_level to 6 * change unittest since default max_fpn_level is change to 6
-
- 29 Jun, 2020 2 commits
- 26 Jun, 2020 1 commit
-
-
vivek rathod authored
318497061 by rathodv: 1. Replace strategy.run() with strategy.experimental_run_v2() and replace tensor.ref() with tensor.experimental_ref() to be compatible with TF2.1 runtime on cloud. 2. Fix expected string in failing PY3 tests. -- 318493408 by aom: Implements "Bidirectional Feature Pyramid Network Generators" for BiFPN-based feature extractors (e.g. EfficientDet). -- PiperOrigin-RevId: 318497061
-