-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I have created a folder structure of:
PyTorch-YOLOv3/data/samples
and have 2 folders in it (TextView, ToogleButton) each having 10 images.
I am using the following command to run the code:
python detect.py --dataset rico --weights_path result/run/rico/yolov3_ckpt.pth --image_folder data/samples/
python detect.py --dataset rico --weights_path result/run/rico/yolov3_ckpt.pth --image_folder data/samples
But my len(dataloader) is continuously coming 0 and thus nothing is been processed, can you let me know what wong is done here.
Metadata
Metadata
Assignees
Labels
No labels