- 29 Jun, 2017 1 commit
-
-
Nils Lattek authored
-
- 28 Jun, 2017 6 commits
-
-
derekjchow authored
updates object_detection/eval.py to be python3 compatible
-
Ben Mabey authored
-
Jonathan Huang authored
Fix typos/style in object_detection's markdown docs
-
James Pruegsanusak authored
-
Neal Wu authored
Comment wrong in adversarial_crypto model
-
Neal Wu authored
random_pixel_value_scale has no boxes involved
-
- 27 Jun, 2017 17 commits
-
-
derekjchow authored
Add capability to export as SavedModel in exporter script.
-
Derek Chow authored
-
derekjchow authored
snake_case Decode function
-
derekjchow authored
Fix compatibility for Python3 (object_detection/utils/variables_helper.py)
-
Derek Chow authored
-
vivek rathod authored
Add option to export model with input node that accepts jpeg or png strings
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Vivek Rathod authored
-
Lukasz Kaiser authored
update README's TF version
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
akssri authored
-
James Pruegsanusak authored
-
James Pruegsanusak authored
-
- 26 Jun, 2017 2 commits
-
-
Jasmine authored
-
Byeongjoo Ahn authored
iteritems() -> items()
-
- 25 Jun, 2017 2 commits
-
-
Jonathan Huang authored
fix docs on data generation for object detection
-
Jonathan Huang authored
fix typo in object_detection docs
-
- 24 Jun, 2017 2 commits
- 23 Jun, 2017 4 commits
-
-
Thibaut Mattio authored
-
Lukasz Kaiser authored
adding lfads
-
Jonathan Huang authored
Naming consistency pascal_voc_ -> pascal_
-
黄璞 authored
According to the code below: ```python if key is not None: combined_message = tf.concat(axis=1, values=[message, key]) else: combined_message = message ```python If the key=None, combined_message is just message, not the key.
-
- 22 Jun, 2017 5 commits
-
-
Jasmine authored
-
Saurabh Gupta authored
-
Neal Wu authored
installation link broken
-
Hao authored
-
ericj974 authored
-
- 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
-