Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in path #41

Open
nineRishav opened this issue Oct 31, 2022 · 1 comment
Open

Issue in path #41

nineRishav opened this issue Oct 31, 2022 · 1 comment

Comments

@nineRishav
Copy link

Namespace(augment=False, batch_size=64, conf_thres=0.001, data='/home/delll/mark1/multispectral-object-detection/data/multispectral/FLIR_aligned.yaml', device='', exist_ok=False, img_size=640, iou_thres=0.5, name='exp', project='runs/test', save_conf=True, save_hybrid=False, save_json=False, save_txt=True, single_cls=False, task='val', verbose=False, weights='/home/delll/mark1/multispectral-object-detection/best.pt')
/home/delll/mark1/multispectral-object-detection/data/multispectral/FLIR_aligned.yaml
YOLOv5 🚀 387dc3e torch 1.13.0+cu117 CPU

Fusing layers...
Model Summary: 1015 layers, 206209480 parameters, 0 gradients
val
Traceback (most recent call last):
File "/home/delll/mark1/multispectral-object-detection/utils/datasets.py", line 875, in init
raise Exception(f'{prefix}{path_rgb} does not exist')
Exception: val: /home/fqy/Data/FLIR_ADAS_1_3/align/yolo/rgb/align_validation.txt does not exist

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "test.py", line 339, in
opt=opt
File "test.py", line 94, in test
prefix=colorstr(f'{task}: '))[0]
File "/home/delll/mark1/multispectral-object-detection/utils/datasets.py", line 236, in create_dataloader_rgb_ir
prefix=prefix)
File "/home/delll/mark1/multispectral-object-detection/utils/datasets.py", line 899, in init
raise Exception(f'{prefix}Error loading data from {path_rgb,path_ir}: {e}\nSee {help_url}')
Exception: val: Error loading data from ('/home/fqy/Data/FLIR_ADAS_1_3/align/yolo/rgb/align_validation.txt', '/home/fqy/Data/FLIR_ADAS_1_3/align/yolo/ir/align_validation.txt'): val: /home/fqy/Data/FLIR_ADAS_1_3/align/yolo/rgb/align_validation.txt does not exist
See https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data

@DocF
Copy link
Owner

DocF commented Oct 31, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants