Qengineering / YoloV7-ncnn-Jetson-Nano

YoloV7 for a Jetson Nano using ncnn.
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Can you provide us with yolov7 and yolov7-w models? #1

Closed cyrusbehr closed 1 year ago

cyrusbehr commented 1 year ago

First of all, thank you so much for this code and project, it is very helpful.

In the repo, you provide us with yolov7-tiny.bin and yolov7-tiny.param. Are you able to also provide us with the converted normal model yolov7.pt and more accurate model yolov7-w6.pt which can be obtained from this official repo.

I would convert myself, but I'm not sure how I convert in such a way that allows dynamic input shape like your model does.

Qengineering commented 1 year ago

I'm afraid I can't help you in the short term due to the busyness with other projects. You may find this useful: https://github.com/Baiyuetribe/ncnn-models/tree/main/object_dection/yolov7

cyrusbehr commented 1 year ago

Nice thank you @Qengineering Is that the tool you used to convert the yolov7-tiny.param model?

Qengineering commented 1 year ago

Didn't have to convert the model. nihui has it in its model zoo.

cyrusbehr commented 1 year ago

Ok makes sense. Thank you for the info.