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

yolo7 tiny? #193

Open
tugbakara opened this issue May 25, 2023 · 3 comments
Open

yolo7 tiny? #193

tugbakara opened this issue May 25, 2023 · 3 comments

Comments

@tugbakara
Copy link

Is this package usable for yolo7 tiny?

@Nuzhny007
Copy link

Nuzhny007 commented May 26, 2023

Really, no.
This project used a darknet-style config and it need to manually support for all versions of new YOLOs.
I think that a simplier way - export a pt model to onnx, converting it to TensorRT and using.
In my project I'm going to this way.

@tugbakara
Copy link
Author

Actually I am a bit away from this, looking around easy to use things, so in that case could you explain or give a link for the part that you said " - export a pt model to onnx, converting it to TensorRT" I need to learn how can I do that ?
Thanks!

@Nuzhny007
Copy link

You can try this complete example: https://github.com/Linaom1214/TensorRT-For-YOLO-Series/tree/main

I'm using the same approach in my project: https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Detector/tensorrt_yolo/YoloONNX.cpp
But it is the part of a big project.

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

2 participants