- 28 Jul, 2017 1 commit
-
-
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
-
- 17 Jul, 2017 4 commits
-
-
Mark Omernick authored
Adds an op to handle pre-computed word embeddings.
-
derekjchow authored
use external url for mlengine link
-
Justine Tunney authored
Fixes #1841
-
derekjchow authored
Fix indentation in obj detection tutorial
-
- 15 Jul, 2017 1 commit
-
-
Brett Koonce authored
-
- 14 Jul, 2017 3 commits
-
-
Mark Omernick authored
This change adds an op that will take a text vocabulary file, read it, and use it to create a pre-computed word embedding vector.
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
- 13 Jul, 2017 12 commits
-
-
Neal Wu authored
Removed wrong parameter in another example
-
Neal Wu authored
Fix import on export_inference_graph_test.
-
Derek Chow authored
-
derekjchow authored
Update directories in preparing_inputs.md
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
Neal Wu authored
Removed an error-causing parameter
-
Neal Wu authored
modified the last line in download_and_convert_data.py scripts
-
Neal Wu authored
Update Readme Install Instructions
-
Neal Wu authored
Change split name in slim's export_inference_graph
-
Neal Wu authored
Spatial attention for the Attention OCR model.
-
Neal Wu authored
Update slim/nets.
-
- 12 Jul, 2017 4 commits
-
-
David Sussillo authored
removing memory intensive session.graph from FileWriter call
-
Jasmine authored
-
Martin Wicke authored
Add CODEOWNERS to auto-assign PRs
-
James Pruegsanusak authored
-
- 11 Jul, 2017 4 commits
-
-
Martin Wicke authored
-
Martin Wicke authored
Extracted from first commit for each directory. Should be a reasonably good proxy.
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-