-
Notifications
You must be signed in to change notification settings - Fork 413
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
Can I run on RTX 4070 ? #197
Comments
Tested on my RTX 3050 |
you can use the repo from https://github.com/wang-xinyu/tensorrtx/tree/master/yolop |
I would like to ask how to show the confidence and category of vehicle detection in YOLOP test results, hoping to get your answer. |
|
This method is very effective. But the displayed category is 0. Is there any way to display the category name, such as car? In addition, I would like to ask if YOLOP retraining for multi-target detection is not effective and is there any way to improve this effect? Is it feasible to add another detector? Thank you for your answer! |
You can use the dictionary from convert.py you can use and given category with different keys. if you are using demo.py you can modify the code for the label prediction. |
I suggest to use custom dataset, if you want to improve multitarget detection. |
Thank you for your patience. I'll try! Thanks again! |
Hi I want to run this repo on my RTX 4070. I do not have ZED Camera. I do not want to use it. Is there any way to run YoloP model only with Tensorrt?
Much Appreciated.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: