"vscode:/vscode.git/clone" did not exist on "c22962d125e929dd8d4c171e76f5aa48baac3d49"
- 04 Sep, 2017 1 commit
-
-
jzhugithub authored
-
- 11 Aug, 2017 1 commit
-
-
Jonathan Huang authored
-
- 03 Aug, 2017 1 commit
-
-
cclauss authored
Spun out of #1981 as [requested](https://github.com/tensorflow/models/pull/1981#issuecomment-316833033) by @derekjchow Also, should there be __commas__ at the end of lines: 82, 84, 86, 88, 90, 92, and 94?
-
- 28 Jul, 2017 3 commits
-
-
Derek Chow authored
-
Derek Chow authored
-
Derek Chow authored
-
- 20 Jul, 2017 1 commit
-
-
Derek Chow authored
-
- 18 Jul, 2017 10 commits
-
-
Derek Chow authored
-
Derek Chow authored
-
Derek Chow authored
-
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.
-
Derek Chow authored
A few change to prepare for batch inference: * Modify the return type of batch non max suppression to be tuple of tensors so it can be reused for both stages of faster rcnn without any confusion in the semantics implied the the keys used to represent the tensors. * Allow dynamic number of anchors (boxes) in addition to dynamic batch size. * Remove a redundant dynamic batch size test.
-
Derek Chow authored
This change is required to enable object detection export and inference with dynamic batch size.
-
Derek Chow authored
-
Derek Chow authored
Bug: We use two different Saver objects during training, one to initialize from a checkpoint and another to save and restore from checkpoints during training. Both these Savers were bound to same variable name causing init_fn function to use the latter instead of the former when called.
-
Derek Chow authored
-
- 15 Jul, 2017 1 commit
-
-
Brett Koonce authored
-
- 14 Jul, 2017 2 commits
-
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
- 13 Jul, 2017 1 commit
-
-
James Pruegsanusak authored
-
- 12 Jul, 2017 1 commit
-
-
James Pruegsanusak authored
-
- 11 Jul, 2017 3 commits
-
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
- 10 Jul, 2017 2 commits
- 07 Jul, 2017 2 commits
-
-
Derek Chow authored
Correct documentation so all commands should be run from the root of the git directory.
-
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 2 commits
-
-
Thibaut Mattio authored
-
Thibaut Mattio authored
* Change dictionnaries iteritems() to items()
-
- 05 Jul, 2017 1 commit
-
-
ozw authored
-
- 30 Jun, 2017 3 commits
-
-
James Pruegsanusak authored
-
James Pruegsanusak authored
Also use the url link to github because *.md files are not rendered when using jupyter notebook
-
James Pruegsanusak authored
-
- 29 Jun, 2017 1 commit
-
-
Nils Lattek authored
-
- 28 Jun, 2017 4 commits