deepcam-cn / yolov5-face

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
GNU General Public License v3.0
2.11k stars 502 forks source link

ModuleNotFoundError: No module named 'utils.drop' #125

Open Neuralearn opened 2 years ago

Neuralearn commented 2 years ago

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.

derronqi commented 2 years ago

updated