Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #92 from tfujiwar/fix-object-detection-tpl-py
Browse files Browse the repository at this point in the history
Fix a bug in blueoil/templates/lmnet/object_detection.tpl.py
  • Loading branch information
ruimashita authored Jan 8, 2019
2 parents 8529940 + 7f58277 commit 4e6abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueoil/templates/lmnet/object_detection.tpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
DATASET.DATA_FORMAT = DATA_FORMAT
DATASET.PRE_PROCESSOR = PRE_PROCESSOR
DATASET.AUGMENTOR = Sequence([{% if data_augmentation %}{% for augmentor in data_augmentation %}
{{ augmentor[0] }}({% for d_name, d_value in augmentor[1] %}{{ d_name }}={{ d_value }}{% endfor %}),{% endfor %}
{{ augmentor[0] }}({% for d_name, d_value in augmentor[1] %}{{ d_name }}={{ d_value }}, {% endfor %}),{% endfor %}
{% endif %}])

0 comments on commit 4e6abd9

Please sign in to comment.