ARM-VO icon indicating copy to clipboard operation
ARM-VO copied to clipboard

Efficient monocular visual odometry for ground vehicles on ARM processors

Results 6 ARM-VO issues
Sort by recently updated
recently updated
newest added

build ARM-VO at Nvidia-NX Using Kitti dataset data_odometry_color.zip ``` nvidia@nvidia-desktop:~/work/code/ARM-VO/build$ ./ARM_VO Few input arguments! Usage: ./exe pathToDataFolder paramsFile Use default Param /home/nvidia/dataset/kitti/00/image_3/ ../params/Seq00-02.yaml Processing image 000000.png: Initialized Segmentation fault (core...

Im getting a segmenattion fault and then an abrupt exit after a random period of time, looks like this ![image](https://user-images.githubusercontent.com/8426792/95312176-e37e1000-088e-11eb-8b34-bfbeaf74c29e.png) I'm running it with ROS and it is producing some...

On line 182 of the FAST_NEON.cpp,according to opencv fast.cpp, should it be `m1 = vcgtq_u8(v1, x);`?

Laptop: Macbook Air M2 OS: Ubuntu 20.04 Docker When I was runing cmake . , I got following error ``` -- The C compiler identification is GNU 9.4.0 -- The...

We know that due to the scale indefiniteness problem, we cannot estimate the distance traveled by the camera without distance information. However, we would like to get the relative travel...

Hi @zanazakaryaie Can I input raw images from camera to your library or the images have to be undistorted first before using your library?