Closed Maokaicheng0725 closed 1 year ago
When I train, the program will report errors:AttributeError: 'DetectX' object has no attribute 'anchors'
Try from models.yolox import DetectX ?
from models.yolox import DetectX
68
我试过这个方法,确实能训练但是第二个epoch的时候就报错了
我试过了。。。还是不行。。。
我试了 --noautoanchor 是可以跑的
试一下再加一条 --otaloss yolox
When I train, the program will report errors:AttributeError: 'DetectX' object has no attribute 'anchors'