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
Hello, do you get any intuition behind this error when training?
Traceback (most recent call last): File "d:\workspace\YOLOv8-qat\main.py", line 325, in <module> main() File "d:\workspace\YOLOv8-qat\main.py", line 318, in main train(args, params) File "d:\workspace\YOLOv8-qat\main.py", line 137, in train loss_box, loss_cls = criterion(outputs, targets) File "d:\workspace\YOLOv8-qat\utils\util.py", line 552, in __call__ target_bboxes, target_scores, fg_mask, _ = self.assigner(scores, bboxes, ValueError: too many values to unpack (expected 4)
The text was updated successfully, but these errors were encountered:
Hello, do you get any intuition behind this error when training?
Traceback (most recent call last): File "d:\workspace\YOLOv8-qat\main.py", line 325, in <module> main() File "d:\workspace\YOLOv8-qat\main.py", line 318, in main train(args, params) File "d:\workspace\YOLOv8-qat\main.py", line 137, in train loss_box, loss_cls = criterion(outputs, targets) File "d:\workspace\YOLOv8-qat\utils\util.py", line 552, in __call__ target_bboxes, target_scores, fg_mask, _ = self.assigner(scores, bboxes, ValueError: too many values to unpack (expected 4)
The text was updated successfully, but these errors were encountered: