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

Can't detect my model #29

Open
QuyNguyen87 opened this issue Apr 8, 2022 · 3 comments
Open

Can't detect my model #29

QuyNguyen87 opened this issue Apr 8, 2022 · 3 comments

Comments

@QuyNguyen87
Copy link

QuyNguyen87 commented Apr 8, 2022

Hello, my model is traffic sign detection, I have downloaded my files cfg and weights and convert them to tensorRT as your guide, but it can't show the label name of traffic sign. Could you show me how can I fix it, thank you.
Screenshot from 2022-04-08 12-49-45

@jkjung-avt
Copy link
Owner

@QuyNguyen87
Copy link
Author

I set up my model 416x416 in the cfg file and convert it to tensorrt but when I run it, the output was not 416x416 and the fps is only 2-2.5, are there anything I have to change in files? and how can I increase fps at least 10, thank you very much

@jkjung-avt
Copy link
Owner

If your cfg is 416x416, the created TensorRT YOLO engine should be 416x416. The TrtYOLO class would do inference in 416x416 and scale the bounding boxes back to coordinates in the original image.

The FPS depends heavily on the GPU (or Jetson platform) you are using. You should also consider using a light/faster model (such as YOLO-Tiny) if your primary goal is to achieve higher FPS (tradeoff against detection accuracy).

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