-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
map is lower than 38.3 #605
Comments
val command is: |
after training. metric is flowing,do you solve the probelm Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.291 |
I trained yolov9-t with coco, my command is this:
python -m torch.distributed.launch --nproc_per_node 8 --master_port 9527 train_dual.py --workers 8 --device 0,1,2,3,4,5,6,7 --sync-bn --batch 128 --data data/coco.yaml --img 640 --cfg models/detect/yolov9-t.yaml --weights '' --name yolov9-t --hyp hyp.scratch-high.yaml --min-items 0 --epochs 500 --close-mosaic 15
but the map of the best.pt is 37.4
The text was updated successfully, but these errors were encountered: