tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Issue with object_detection/g3doc/using_your_own_dataset.md #8437

Open jadevaibhav opened 4 years ago

jadevaibhav commented 4 years ago

Documentation URL(s) with the issue:

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/using_your_own_dataset.md Description of the issue (what needs to be changed): In the code snippet for generating tf.Example for given cat image, in feature - 'image/encoded':dataset_util.bytes_feature(encoded_image_data) where it should be encoded_cat_image_data.

pkulzc commented 4 years ago

Please feel free to send a PR to fix that.

akashbangera758 commented 4 years ago

Hey, I'll fix this and send a PR, if no one's working on it.