- 18 Jul, 2017 2 commits
-
-
Derek Chow authored
* Creates a new batch_decode method in SSD Meta architecture that can handle dynamic batch size. * use combined_shapes in _get_feature_maps_spatial_dims method to handle dynamic batch image_size. * Add dynamic batch size tests to check preprocess, predict and postprocess methods in SSD Meta architecture.
-
Derek Chow authored
* Adds a util function to compute a mix of dynamic and static shapes preferring static when available. * Uses batch_multiclass_non_max_suppression function in postprocess_rpn instead of looping over static batch shape and performing multiclass_non_max_suppression. * Adds a new helper function _unpad_proposals_and_sample_boxclassifier_batch to sample from a batch of tensors possibly containing paddings. * Tests batch inference with various configurations of static shape via unittests.
-
- 14 Jul, 2017 1 commit
-
-
James Pruegsanusak authored
-
- 10 Jul, 2017 2 commits
- 07 Jul, 2017 1 commit
-
-
Derek Chow authored
Also clarifies usage on label maps. In a nutshell, label map IDs should start at index 1 (and not include 0).
-
- 06 Jul, 2017 1 commit
-
-
Thibaut Mattio authored
-
- 28 Jun, 2017 1 commit
-
-
Ben Mabey authored
-
- 26 Jun, 2017 1 commit
-
-
Byeongjoo Ahn authored
iteritems() -> items()
-
- 21 Jun, 2017 1 commit
-
-
Salas authored
* make batcher compatible for py3 * make prefetcher and operations in ops compatible for py3 * use six.iteritem * make all tests in compatible with py3 * simplify usage of six and modify import order * add back the space line
-
- 16 Jun, 2017 2 commits
-
-
Jonathan Huang authored
-
derekjchow authored
-
- 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
-