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

Jetson TX2 deployment #16

Open
berkantay opened this issue Nov 26, 2020 · 2 comments
Open

Jetson TX2 deployment #16

berkantay opened this issue Nov 26, 2020 · 2 comments

Comments

@berkantay
Copy link

Hello @seanavery thanks for the repository. I am running my own custom detection on jetson tx2 with yolov5 repository https://github.com/ultralytics/yolov5 and I got 10-12 FPS on real time video. I want to increase the performance of my detection. Is this repository only valid for pretrained models like yolov5s.pt or can it be used for custom.pt?

@seanavery
Copy link
Owner

seanavery commented Nov 26, 2020

Hey @berkantay thanks dude.

10 fps

Wow that's awesome, can you send me the model? How many classes?

Once you export to onnx, you should be able to use the code. also need to adjust some post processing params.

Cheers

@berkantay
Copy link
Author

Hello @seanavery I got 1 one class for detection and I have exported onnx model. I think I should modify your demo py according to video stream.

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