Aditya Vallabh Ganti
Aditya Vallabh Ganti
[This](https://github.com/tensorflow/models/blob/master/research/object_detection/utils/dataset_util.py) file is essentially what you need. You could copy it to your directory and `import dataset_util`. Or if you already have the [Tensorflow Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection) repo cloned, you...
@rahulramesh3321 which line exactly in [generate_tfrecord.py](https://github.com/datitran/raccoon_dataset/blob/master/generate_tfrecord.py) is raising the error? Did you run the file with the appropriate flags? `python generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=train.record`