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

how could i get the prototxt file when export yolo-pose model? #121

Open
happyamyhope opened this issue Sep 12, 2023 · 0 comments
Open

how could i get the prototxt file when export yolo-pose model? #121

happyamyhope opened this issue Sep 12, 2023 · 0 comments
Labels
question Further information is requested

Comments

@happyamyhope
Copy link

❔Question

how could i get the prototxt file when export yolo-pose model?

Additional context

when i use export.py as below,
python models/export.py --weights runs/train/exp/weights/best.pt --img 640 --batch 1 --simplify --export-nms # export at 640x640 with batch size 1
only get the onnx model file and torchscript model file, without prototxt file,and even i add export_prototxt func, there is something error.

@happyamyhope happyamyhope added the question Further information is requested label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant