iscyy / yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀
https://github.com/iscyy/yoloair
GNU General Public License v3.0
2.47k stars 428 forks source link

Regarding trian.py, I have questions about the setting of loss,what is auxotaloss and otaloss? how do i choose #158

Open chihuajiao opened 1 year ago

chihuajiao commented 1 year ago

How should I choose auxotaloss and otaloss, and what are their default values? @iscyy parser.add_argument('--loss', type=str, default='origin', help='') parser.add_argument('--auxotaloss', action='store_true', help='') parser.add_argument('--otaloss', type=str, default='origin', help='use yolov7 or yolox') image