- 13 Jul, 2017 10 commits
-
-
Neal Wu authored
Fix import on export_inference_graph_test.
-
Derek Chow authored
-
derekjchow authored
Update directories in preparing_inputs.md
-
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 6 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
-
James Pruegsanusak authored
-
derekjchow authored
Add back six dependency and change pbtxt files to reflect new way of …
-
- 10 Jul, 2017 7 commits
-
-
thess authored
-
Derek Chow authored
- Set spatial squeeze to true for resnets - Make activations configurable for resnets - Make batch norm configurable for resnets - Fix some bad comment wrapping in vgg.py.
-
Toby Boyd authored
Replace in-memory DastaSet with FixedLengthRecordDataSet
-
James Qin authored
In-memory DataSet initiated without feed_dict are saved in TF graph def, causing exported graph.pbtxt over-bloated. Change to FixedLengthRecordDataSet and does a few refactorization.
-
Jeremy Lewi authored
* We do this because we want rules outside of slim to be able to depend on it in order to pull in slim models.
-
Jeremy Lewi authored
-
thess authored
Add back six dependency and change pbtxt files to reflect new way of using own data to train object recognition models
-
- 07 Jul, 2017 9 commits
-
-
Neal Wu authored
Fixing small typo in CONTRIBUTING.md
-
Neal Wu authored
Add slim/scripts/finetune_inception_resnet_v2_on_flowers.sh
-
derekjchow authored
Make object_detection dictionaries compatible with Python3
-
Derek Chow authored
Also fixes some typos in other scripts.
-
derekjchow authored
Update directories in running_pets.md
-
Derek Chow authored
Correct documentation so all commands should be run from the root of the git directory.
-
derekjchow authored
Update directories in running_pets.md
-
Derek Chow authored
Also clarifies usage on label maps. In a nutshell, label map IDs should start at index 1 (and not include 0).
-
Marianne Linhares Monteiro authored
-
- 06 Jul, 2017 4 commits
-
-
Neal Wu authored
Fix reversions plus a few improvements
-
Neal Wu authored
-
Lukasz Kaiser authored
Implementation of PCL and other newly proposed algorithms
-
James Pruegsanusak authored
-