-
Notifications
You must be signed in to change notification settings - Fork 10
Description
when running the command I am getting the following error:
Traceback (most recent call last):
File "create_tfrecord.py", line 51, in
daytime_type=FLAGS.daytime, classes=FLAGS.classes
File "/hdd1/eejlny/projects/tensorflow/coral_models/models/research/deepdrive_dataset_tfrecord/deepdrive_dataset/deepdrive_dataset_writer.py", line 421, in write_tfrecord
picture_id, full_labels_path=full_labels_path)
File "/hdd1/eejlny/projects/tensorflow/coral_models/models/research/deepdrive_dataset_tfrecord/deepdrive_dataset/deepdrive_dataset_writer.py", line 270, in get_annotation
full_labels_path, picture_id + '.json'), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/eejlny/.deepdrive/labels/bdd100k/labels/100k/565d82d9-0d7b69c3.json'
I do not have a json file per picture but only one json file so not sure how to fix, please ?