We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for sharing this great work.
Can you confirm what type of inference performance do you see with Jetson board. (FPS or milliseconds per inference)
Regards,
The text was updated successfully, but these errors were encountered:
@noumanqaiser I can tell you I score 8 FPS at 1920x1080, but if you look at https://github.com/michhar/jetson-customvision/blob/main/customvision-linux-arm/app/object_detection.py#L17, you will see that all images are downsized to 512x512. Also, there are so many optimizations such as pulling smaller (512x512) images, network bandwidth and the like.
Sorry, something went wrong.
No branches or pull requests
Thanks for sharing this great work.
Can you confirm what type of inference performance do you see with Jetson board. (FPS or milliseconds per inference)
Regards,
The text was updated successfully, but these errors were encountered: