WangRongsheng / BestYOLO

🌟Change the world, it will become a better place. | 以科研和竞赛为导向的最好的YOLO实践框架!
GNU General Public License v3.0
221 stars 34 forks source link

[bug]list index out of range #1

Closed WageningenKing closed 1 year ago

WageningenKing commented 1 year ago

Traceback (most recent call last): File "F:\Deep_learning\BestYOLO\train_AuxOTA.py", line 641, in <module> main(opt) File "F:\Deep_learning\BestYOLO\train_AuxOTA.py", line 530, in main train(opt.hyp, opt, device, callbacks) File "F:\Deep_learning\BestYOLO\train_AuxOTA.py", line 312, in train loss, loss_items = compute_loss_ota(pred, targets.to(device), imgs) # loss scaled by batch_size File "F:\Deep_learning\BestYOLO\utils\loss_AuxOTA.py", line 276, in __call__ pi_aux = p[i+self.nl] IndexError: list index out of range