This command:
!python3 detect_face.py --weights 'weights/yolov5n-face.pt' --image 'data/images/bus.jpg' --img-size 640
was working fine yesterday, but today i'm getting the error: ModuleNotFoundError: No module named 'utils.drop'
Surely linked to a recent update of the code.
This command: !python3 detect_face.py --weights 'weights/yolov5n-face.pt' --image 'data/images/bus.jpg' --img-size 640
was working fine yesterday, but today i'm getting the error: ModuleNotFoundError: No module named 'utils.drop' Surely linked to a recent update of the code.