You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我正在改进yolo7face的主干网络,想用mobilenet代替其主干网络,但是会报错:File "H:\pycharmproject\yolov7-face-main\models\yolo.py", line 125, in init
self.no = self.no_det+self.no_kpt
TypeError: unsupported operand type(s) for +: 'int' and 'list'。
奇怪的是,我在任意位置更改注意力机制时 并没有报错,只有在更换主干网络时报错,希望得到大佬的指点。
The text was updated successfully, but these errors were encountered:
我正在改进yolo7face的主干网络,想用mobilenet代替其主干网络,但是会报错:File "H:\pycharmproject\yolov7-face-main\models\yolo.py", line 125, in init
self.no = self.no_det+self.no_kpt
TypeError: unsupported operand type(s) for +: 'int' and 'list'。
奇怪的是,我在任意位置更改注意力机制时 并没有报错,只有在更换主干网络时报错,希望得到大佬的指点。
The text was updated successfully, but these errors were encountered: