raccoon_dataset
raccoon_dataset copied to clipboard
Issue with tf_record.py
I got this error : File "generate_tfrecord.py", line 92 writer.write(tf_example.SerializeToString()) ^ IndentationError: unexpected indent ###The command i used :
python generate_tfrecord.py --csv_input=images/train_labels.csv --image_dir=images/train --output_path=train.record I don´t understand why , i havent edited the code , and the indentation is not bad , any idea??
try to delete every linebreak, space or tab - basically type these two lines by hand. I had this several times with python.