xiaomaxiao / py-popsift

1 stars 0 forks source link

Getting pybind11 #2

Open kopterkraft opened 3 months ago

kopterkraft commented 3 months ago

Perhaps you should mention, that pybind11 should be available, e.g. by installing as submodule: git submodule add https://github.com/pybind/pybind11.git In my case, I also had to adjust the path to pybind11 in the CMakeLists.txt file. Also, instructions like mkdir build && cd buld make -j4 will be helpful for some others.

After that, it was working, but on a NVidia Jetson Orin NX the speed advantage compared to the CPU version of OpenCV SIFT was not very big.

xiaomaxiao commented 3 months ago

I‘m so sorry for the non-detailed guidance . Because it has been a long time ago, I no longer hava a development environment .Can you submit a pull to impove it ? thx