We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i got FileNotFoundError: [Errno 2] No such file or directory: 'yolo-seg.pt' when tried to ran the yolov9-c-seg model by follow
!python segment/train_dual.py --device 0 --batch 12 --data "D:/Surger/Surrg.v1i.yolov5pytorch/data.yaml" --img 640 --cfg D:/Surger/yolov9/models/segment/yolov9-c-dseg.yaml --hyp hyp.scratch-high.yaml --epochs 150 --close-mosaic 15
does anyone know how to resolve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i got FileNotFoundError: [Errno 2] No such file or directory: 'yolo-seg.pt' when tried to ran the yolov9-c-seg model by follow
does anyone know how to resolve this problem?
The text was updated successfully, but these errors were encountered: