VINS-Fusion-gpu icon indicating copy to clipboard operation
VINS-Fusion-gpu copied to clipboard

Non real-time performance with Jetson AGX Xavier

Open Pallav1299 opened this issue 2 years ago • 2 comments

I've been working on setting up VINS-Fusion-GPU on Jetson platform and used this docker image for the ease of setup. While testing in real-environments I noticed that it gives non-realtime performance with the following parameters to VINS-fusion-GPU(stereo-inertial):

  • max_cnt: 350
  • min_dist: 30
  • Image rate: 30Hz
  • IMU rate: 400Hz

This paper suggests real-time performance with VINS-GPU by using the above mentioned params. What am I possibly doing wrong? Will running it on docker have an effect on its performance? Also to mention, I've my docker image on SD card since I didn't had enough on-board storage for the same and I've already enabled the power mode by using:

sudo nvpmodel -m0
Enabling jetson clocks

I've tried reducing the input camera data rate to 15Hz, which shows some improvement towards real-time performance but compromises the robustness(more usual failures/drifts).

Pallav1299 avatar Dec 13 '21 06:12 Pallav1299