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.51k stars 430 forks source link

When training YOLOX, val / box _ loss, val / obj _ loss and val / cls _ loss are always 0, why is this ? How to solve ? #171

Open XIaoleeccc opened 1 year ago

XIaoleeccc commented 1 year ago

When training yolox, we set the relevant parameters as follows: ...... parser.add_argument('--cfg', type=str, default='configs/yolox/yolox-s.yaml', help='model.yaml path') parser.add_argument('--loss', type=str, default='origin', help='') parser.add_argument('--auxotaloss', action='store_true', help='') parser.add_argument('--otaloss', type=str, default='yolox', help='use yolov7 or yolox') .......

After training, I found that val / box loss, val / obj loss and val / cls _ loss in runs / train / exp / results.csv are always 0. Why is this? How should I solve this problem ?

Xu-Nan commented 11 months ago

我也遇到了这个问题