- 05 Jul, 2017 1 commit
-
-
ofirnachum authored
-
- 29 Jun, 2017 5 commits
-
-
Ryan Sepassi authored
Fix to [issue 1724](https://github.com/tensorflow/models/issues/1724)
-
derekjchow authored
Change key of type 'tuple' to 'str'
-
derekjchow authored
Fixed dictionary key for SavedModel
-
Nils Lattek authored
-
Duc Nguyen 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 18 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
-
Duc Nguyen authored
dictionary having both 'tuple' and 'str' keys cannot be 'sorted'
-
- 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.
-