RumiaGIT / yolo-gesture-detection

Using YOLOv5 and opencv to perform (live) object detection for several hand gestures.
https://github.com/RumiaGIT/yolo-gesture-detection/blob/master/yolo_gesture_detection.ipynb
MIT License
7 stars 3 forks source link

some file names are too long #2

Open AI-chan-projects opened 2 months ago

AI-chan-projects commented 2 months ago

some files in /data/Hand Gesture.v6i.yolov5pytorch/valid/labels/... that their names are too long to clone it .

https://learn.microsoft.com/ko-kr/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

I solved this problem with cloning the repo on the root of D drive. thank you for your work @RumiaGIT . best regards

DarylTeh commented 2 weeks ago

How did you get past the missing folders? Did you just change all the exp4 to exp2?