- 13 Jul, 2018 1 commit
-
-
Zhichao Lu authored
204489224 by Zhichao Lu: Modify ssd mobilenet v1 fpn config to be a bit more tolerant to OOM failure by bumping down the batch size to 64 and doubling the number of iterations to 25k. It now converges in 2.5 hours. -- 204488942 by Zhichao Lu: Internal change 204480631 by Zhichao Lu: This CL makes sure that num_steps parameter are not updated to 0 if num_steps field is not mentioned in config. The default behavior for number of steps parameter for training is infinite (train forever). The default value num_steps in train.proto is 0 (for training indefinitely). However the estimator/training function expects the num_steps to be set to None to train indefinitely. -- 204437217 by Zhichao Lu: Create a Docker image to support TensorFlow Lite / Object Detection blog post. -- 204317570 by Zhichao Lu: Internal change PiperOrigin-RevId: 204489224
-
- 03 Apr, 2018 2 commits
-
-
Zhichao Lu authored
PiperOrigin-RevId: 189933390
-
Zhichao Lu authored
Enabling both train and eval image summaries. Note that eval summaries are not created tf-learn environment. To get them to show up, added the summary image into the eval_metric_ops. PiperOrigin-RevId: 189658259
-
- 19 Mar, 2018 1 commit
-
-
Andrew Selle authored
-
- 10 Feb, 2018 1 commit
-
-
Zhichao Lu authored
185215255 by Zhichao Lu: Stop populating image/object/class/text field when generating COCO tf record. -- 185213306 by Zhichao Lu: Use the params batch size and not the one from train_config in input_fn -- 185209081 by Zhichao Lu: Handle the case when there are no ground-truth masks for an image. -- 185195531 by Zhichao Lu: Remove unstack and stack operations on features from third_party/object_detection/model.py. -- 185195017 by Zhichao Lu: Matrix multiplication based gather op implementation. -- 185187744 by Zhichao Lu: Fix eval_util minor issue. -- 185098733 by Zhichao Lu: Internal change 185076656 by Zhichao Lu: Increment the amount of boxes for coco17. -- 185074199 by Zhichao Lu: Add config for SSD Resnet50 v1 with FPN. -- 185060199 by Zhichao Lu: Fix a bug in clear_detections. This method set detection_keys to an empty dictionary instead of an empty set. I've refactored so that this ...
-
- 01 Feb, 2018 1 commit
-
-
Zhichao Lu authored
184048729 by Zhichao Lu: Modify target_assigner so that it creates regression targets taking keypoints into account. -- 184027183 by Zhichao Lu: Resnet V1 FPN based feature extractors for SSD meta architecture in Object Detection V2 API. -- 184004730 by Zhichao Lu: Expose a lever to override the configured mask_type. -- 183933113 by Zhichao Lu: Weight shared convolutional box predictor as described in https://arxiv.org/abs/1708.02002 -- 183929669 by Zhichao Lu: Expanding box list operations for future data augmentations. -- 183916792 by Zhichao Lu: Fix unrecognized assertion function in tests. -- 183906851 by Zhichao Lu: - Change ssd meta architecture to use regression weights to compute loss normalizer. -- 183871003 by Zhichao Lu: Fix config_util_test wrong dependency. -- 183782120 by Zhichao Lu: Add __init__ file to third_party directories. -- 183779109 by Zhichao Lu: Setup regular version s...
-
- 08 Jan, 2018 1 commit
-
-
Vivek Rathod authored
-
- 08 Dec, 2017 1 commit
-
-
Marc Belmont authored
-
- 29 Oct, 2017 1 commit
-
-
Vivek Rathod authored
-
- 04 Oct, 2017 1 commit
-
-
Justin Francis authored
-
- 22 Sep, 2017 1 commit
-
-
derekjchow authored
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 12 Sep, 2017 1 commit
-
-
prats226 authored
Updated documentation. Command for exporting model checkpoint to frozen graph.
-
- 28 Jul, 2017 1 commit
-
-
Derek Chow authored
-
- 07 Jul, 2017 1 commit
-
-
Derek Chow authored
Correct documentation so all commands should be run from the root of the git directory.
-
- 28 Jun, 2017 1 commit
-
-
James Pruegsanusak authored
-
- 27 Jun, 2017 2 commits
-
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
- 24 Jun, 2017 1 commit
-
-
Ben Mabey authored
-
- 20 Jun, 2017 1 commit
-
-
Jonathan Huang authored
-
- 19 Jun, 2017 1 commit
-
-
Kaz Sato authored
from Google internal link
-
- 15 Jun, 2017 1 commit
-
-
derekjchow authored
For details see our paper: "Speed/accuracy trade-offs for modern convolutional object detectors." Huang J, Rathod V, Sun C, Zhu M, Korattikara A, Fathi A, Fischer I, Wojna Z, Song Y, Guadarrama S, Murphy K, CVPR 2017 https://arxiv.org/abs/1611.10012
-