-
Notifications
You must be signed in to change notification settings - Fork 41
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
The program execution time is a bit long #2
Comments
What is your power mode setting? My device is Jetson AGX Orin Developer Kits and the power mode is MAXN. Also, you can make the program infer more samples , it will be slow at first. |
我改成了最大功率运行,帧率帧率还是没有达到您公布的效果: |
|
Thanks for your greate job!
I execute this program on Jetson Orin 16G,But the program execution time is a bit long:
......
-------------------0-------------------
scenes_token : e7ef871f77f44331aefdebc24ec034b7, timestamp : 1533201470448696
[Preprocess ] cost time: 19.340 ms
[Image stage ] cost time: 126.830 ms
[BEV pool ] cost time: 3.655 ms
[Align Feature] cost time: 10.830 ms
[BEV stage ] cost time: 33.886 ms
[Postprocess ] cost time: 3.629 ms
[Infer total ] cost time: 198.171 ms
Detect 100 objects
-------------------0-------------------
scenes_token : e7ef871f77f44331aefdebc24ec034b7, timestamp : 1533201470448696
[Preprocess ] cost time: 13.267 ms
[Image stage ] cost time: 91.173 ms
[BEV pool ] cost time: 4.079 ms
[Align Feature] cost time: 7.566 ms
[BEV stage ] cost time: 33.450 ms
[Postprocess ] cost time: 4.519 ms
[Infer total ] cost time: 154.055 ms
Detect 100 objects
Does anyone know why?
The text was updated successfully, but these errors were encountered: