-
Notifications
You must be signed in to change notification settings - Fork 193
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
Envision performance tuning #283
Comments
Are we are sending envision state asynchronously? @Gamenot @JingfeiPeng We need to figure this out. |
https://github.com/huawei-noah/SMARTS/blob/develop/smarts/core/smarts.py#L948 when
when
The total time spent on |
@Adaickalavan A script to calculate total time from smarts logs
|
Envision cost seems to be about 40 fps on a regularly 100 fps run. That should turn out to be about 7 milliseconds.
We want to ideally cut that down to 3 or less.
The text was updated successfully, but these errors were encountered: