- 18 Jul, 2017 1 commit
-
-
Emanuele Sansone authored
In reader.py, GFile returns an object of type bytes independently from the Python version. Therefore, the object must be decoded as string in any case. Removed the check of Python version
-
- 11 Jul, 2017 1 commit
-
-
derekjchow authored
Add back six dependency and change pbtxt files to reflect new way of …
-
- 10 Jul, 2017 6 commits
-
-
thess authored
-
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 10 commits
-
-
Neal Wu authored
Fix reversions plus a few improvements
-
Neal Wu authored
-
Lukasz Kaiser authored
Implementation of PCL and other newly proposed algorithms
-
Thibaut Mattio authored
-
Thibaut Mattio authored
* Change dictionnaries iteritems() to items()
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
CIFAR-10 Estimator-based example for multi-device training
-
Neal Wu authored
-
Appledore authored
-
- 05 Jul, 2017 4 commits
-
-
ofirnachum authored
-
derekjchow authored
Fix compatibility for object_detection/core/batcher.py
-
ozw authored
-
James Qin authored
-
- 30 Jun, 2017 9 commits
-
-
Neal Wu authored
Fix CDNA transformation bug and speed up its implementation.
-
Jonathan Huang authored
_strict_random_crop_image: fix mask slice
-
derekjchow authored
Minor typo obj detection's preparing_inputs.md
-
derekjchow authored
Make object detection's installation instruction more obvious
-
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
-
Alex Lee authored
- Fix CDNA transformation bug where transformed channels of color and masks were combined incorrectly. - Remove for loop over batch size in implementation of CDNA transformation. This speeds up the building of the graph.
-
Alex Lee authored
-