I have a problem when I try to generate tf.record. Although I have set train and test folders properly when I try to generate tf.record using this code,
python generate_tfrecord.py --csv_input=images\train_labels.csv --image_dir=images\train --output_path=train.record
my train.record and test.record folders seem 0 kb.
tf.record How can I fix that problem. Thank you for in advance.