When I load yolov5 and yolov7 in python, I get error like this.
Can't get attribute 'MP' on <module 'models.common' from '/workspace/yolov5/models/common.py'>
'MP' is yolov7 attribute...
How can I load yolov7/models/common.py ?
How can I set models.commmon.py python PATH?