Facing issue with tensor flow object detection api.while generating tf_records from CSV Files.
Im using Object_Detection api
- Windows10
- TensorFlow version: tensorflow-gpu 1.14
- CUDA/cuDNN version: CUDA V10
- GPU model and memory:Nvidia GeForce GTX 1060 Max Q-Design 6 Gb
- Exact command to reproduce:
python generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record
