MIT-SPARK / Kimera-VIO

Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
BSD 2-Clause "Simplified" License
1.56k stars 418 forks source link

Hardware requirement #154

Closed amirhossein-hassankhani closed 2 years ago

amirhossein-hassankhani commented 3 years ago

Hi, What is the hardware requirement for running Kimera without any problems (no lag and freezing,...)?

ToniRV commented 3 years ago

Hi @amirhossein-hassankhani

The system requirement would be to use a CPU with at least 8 cores, and 16Gb of RAM (at least for the out-of-the-box Kimera).

Nevertheless, we've managed to run it in real-time in an Nvidia TX2 as well, by fine-tuning the number of features extracted. We provide a lot more info in our recent paper: https://arxiv.org/abs/2101.06894

Right now, I'm running Kimera on an Intel Xeon(R) CPU E3-1505M v6 @ 3.00GHz × 8 cores and 32 Gb of RAM.

pstoebenau commented 2 years ago

Hi @ToniRV,

I was wondering if there was anything specific you did to get Kimera to run on ARM64. I'm trying to make a Dockerfile to build an image for ARM64 but it doesn't build. I'm using the official docker image which works on x86 but not on ARM64. Hopefully you have some insight on this issue.