raccoon_dataset
raccoon_dataset copied to clipboard
error using generate_tfrecord
Hi people, Im working in a Object Detection project and when i execute the generate_tfrecord.py, I have this error:
(tensorflow1) c:\tensorflow1\research\object_detection\images>python generate_tfrecord.py --csv_input=test_labels.csv --output_path=test.record --image_dir=test/
WARNING: Logging before flag parsing goes to stderr. W0722 17:10:14.657933 9896 deprecation_wrapper.py:119] From generate_tfrecord.py:106: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead.
W0722 17:10:14.661933 9896 deprecation_wrapper.py:119] From generate_tfrecord.py:92: The name tf.python_io.TFRecordWriter is deprecated. Please use tf.io.TFRecordWriter instead.
Traceback (most recent call last):
File "generate_tfrecord.py", line 106, in
Somebody can help me or he have been the same error? I need your help.
you should check the tensorflow version. it should be 1.2.1
I have the same Error