You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "../yolov5\utils\datasets.py", line 132, in __init__
raise Exception(f'ERROR: {p} does not exist')
Exception: ERROR: E:\Repos\snakefly\droppings\"E:\Datasets\mavic_material\videos\DJI_0370.MP4" does not exist
Expected behavior
The absolute path should be the correct filepath.
The text was updated successfully, but these errors were encountered:
🐛 Bug
Currently instantiating a LoadImages instance fails because the computation of the absolute path results in a faulty path.
I'm on the current master.
To Reproduce (REQUIRED)
Try to load any filepath.
dest = r'E:\Datasets\mavic_material\detected.mp4'
build dataset from source
dataset = LoadImages(source, img_size=detector.imgsz, stride=detector.stride)
Output:
Expected behavior
The absolute path should be the correct filepath.
The text was updated successfully, but these errors were encountered: