We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use:python3 detect.py --weights ./weights/yolov7-lite-s.pt --source /mnt/data/train_codes/yolov7-face-master/data/images return: return super().find_class(mod_name, name) AttributeError: Can't get attribute 'StemBlock' on <module 'models.common' from '/mnt/data/train_codes/yolov7-face-master/models/common.py'>
python3 detect.py --weights ./weights/yolov7-lite-s.pt --source /mnt/data/train_codes/yolov7-face-master/data/images
return super().find_class(mod_name, name) AttributeError: Can't get attribute 'StemBlock' on <module 'models.common' from '/mnt/data/train_codes/yolov7-face-master/models/common.py'>
The text was updated successfully, but these errors were encountered:
use:yolov5-facehttps://github.com/deepcam-cn/yolov5-face/blob/master/models/common.py return: return super().find_class(mod_name, name) AttributeError: Can't get attribute 'Shuffle_Block' on <module 'models.common' from '/mnt/data/train_codes/yolov7-face-master/models/common.py'> anyone can help me to fix it
return super().find_class(mod_name, name) AttributeError: Can't get attribute 'Shuffle_Block' on <module 'models.common' from '/mnt/data/train_codes/yolov7-face-master/models/common.py'>
Sorry, something went wrong.
No branches or pull requests
use:
python3 detect.py --weights ./weights/yolov7-lite-s.pt --source /mnt/data/train_codes/yolov7-face-master/data/images
return:
return super().find_class(mod_name, name) AttributeError: Can't get attribute 'StemBlock' on <module 'models.common' from '/mnt/data/train_codes/yolov7-face-master/models/common.py'>
The text was updated successfully, but these errors were encountered: