Celebrandil / CudaSift

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
MIT License
843 stars 281 forks source link

Running on NVIDIA Jetson Boards #80

Open mzahana opened 2 years ago

mzahana commented 2 years ago

Hi!

Thanks for the great package.

Can this package be compiled on NVIDIA Jetson boards? For example, Jetson Nano, Xavier NX?

Cheers.

Celebrandil commented 2 years ago

Some years back, I managed to make it run on a Jetson TK1. It was surprisingly easy, but there is no guarantee that it works as easily with the current version. The speed was about a factor 7 slower than a typical desktop card. I tried to tweak it to get some additional speed, but I failed to get it much faster.

SabraHashemi commented 7 months ago

@Celebrandil can you say that what speed (in fps or milliseconds) did you get on the board?