Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Feb 24, 2023 · 1 comment

Comments

@XIaoleeccc
Copy link

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
Copy link

Xu-Nan commented Dec 4, 2023

我也遇到了这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants