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

Question about Inference time #1

Open
noumanqaiser opened this issue Jan 4, 2022 · 1 comment
Open

Question about Inference time #1

noumanqaiser opened this issue Jan 4, 2022 · 1 comment

Comments

@noumanqaiser
Copy link

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,

@ksaye
Copy link

ksaye commented Jan 4, 2022

@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.

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