Skip to content

Commit

Permalink
Merge pull request #12 from ayumiymk/master
Browse files Browse the repository at this point in the history
fix bug in create_svt_tfrecord.py
  • Loading branch information
bgshih committed Oct 22, 2018
2 parents 058b6bc + 8da4923 commit a7e8613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_svt_tfrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create_svt_subset(output_path):
fields.TfExampleFields.image_format: \
dataset_util.bytes_feature('jpeg'.encode('utf-8')),
fields.TfExampleFields.filename: \
dataset_util.bytes_feature(image_rel_path.encode('utf-8')),
dataset_util.bytes_feature(crop_name.encode('utf-8')),
fields.TfExampleFields.channels: \
dataset_util.int64_feature(3),
fields.TfExampleFields.colorspace: \
Expand Down

0 comments on commit a7e8613

Please sign in to comment.