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

map is lower than 38.3 #605

Open
yuedongli1 opened this issue Oct 31, 2024 · 1 comment
Open

map is lower than 38.3 #605

yuedongli1 opened this issue Oct 31, 2024 · 1 comment

Comments

@yuedongli1
Copy link

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

@yuedongli1
Copy link
Author

val command is:
python val_dual.py --data data/coco.yaml --img 640 --batch 32 --conf 0.001 --iou 0.7 --device 0 --weights './runs/train/yolov9-t5/weights/best.pt' --save-json --name yolov9_t_640_val

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

1 participant