-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 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:
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working