Here is the full error:
Traceback (most recent call last):
File "train.py", line 214, in
var=opt.var,
File "train.py", line 41, in train
dataloader = LoadImagesAndLabels(train_path, batch_size, img_size, multi_scale=multi_scale, augment=True)
File "/Users/IsabellaTing/Downloads/License-plate-detection-master/utils/datasets.py", line 94, in init
with open(path, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'label_train.txt'
Wondering if the repo is just incomplete for now?
Here is the full error:
Traceback (most recent call last):
File "train.py", line 214, in
var=opt.var,
File "train.py", line 41, in train
dataloader = LoadImagesAndLabels(train_path, batch_size, img_size, multi_scale=multi_scale, augment=True)
File "/Users/IsabellaTing/Downloads/License-plate-detection-master/utils/datasets.py", line 94, in init
with open(path, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'label_train.txt'
Wondering if the repo is just incomplete for now?