pypopsift
pypopsift copied to clipboard
Python module for CUDA accelerated SIFT on GPUs
Do I have to compile my opencv CUDA in advance to use the pypopsift? or does the ```setup.py``` do all the needed setups for me?
Using cmake 3.16.3-1ubuntu1.20.04.1 I get the below error. Using cmake-3.24.3 worked just fine. ``` ian@asdf:~/pypopsift/build$ cmake .. -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification...
``` [INFO] Fast orthophoto is turned on, automatically setting --skip-3dmodel [INFO] Initializing ODM 2.7.1 - Sun Jan 16 13:59:31 2022 [INFO] ============== [INFO] auto_boundary: True [INFO] boundary: {} [INFO] build_overviews:...
Looking here: https://github.com/OpenDroneMap/pypopsift/blob/271/src/popsift.cpp#L130 I am failing to accelerate with pypopsift with images of dimension 8000x6000 and feature-quality of high (4000x3000 resultant), when my GPU supports texture sizes of 32k in...
First I'd like to mention, that in the build instructions the cmake step is missing. During compilation of the dependencies, I got errors in s_filtergrid.cu which can be fixed by...
The code you've written is of very poor quality, and the README is written in a sloppy manner. Not to mention that you completely neglected to mention the cmake setup,...
[ 92%] Building CXX object third_party/popsift/src/application/CMakeFiles/popsift-demo.dir/main.cpp.o /DATA_EDS2/zhangbr2407/pypopsift/third_party/popsift/src/application/match.cpp:29:10: fatal error: devil_cpp_wrapper.hpp: 没有那个文件或目录 29 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. /DATA_EDS2/zhangbr2407/pypopsift/third_party/popsift/src/application/main.cpp:29:10: fatal error: devil_cpp_wrapper.hpp: 没有那个文件或目录 29 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated....
``` cyclone@cyclone-orin:~/programs/pypopsift/build$ make -j8 [ 20%] Building NVCC (Device) object _deps/popsift-build/src/CMakeFiles/popsift.dir/popsift/popsift_generated_sift_conf.cu.o [ 20%] Building NVCC (Device) object _deps/popsift-build/src/CMakeFiles/popsift.dir/popsift/popsift_generated_s_image.cu.o [ 20%] Building NVCC (Device) object _deps/popsift-build/src/CMakeFiles/popsift.dir/popsift/popsift_generated_features.cu.o [ 20%] Building NVCC (Device)...
One-liner change. Pretty self-explanatory.