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 buldmake -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.
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
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 likemkdir 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.