Closed utc1205 closed 5 years ago
I fellow the command: cd GraphSfM mkdir build && cd build cmake -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF .. make -j4 But when the project is built to 95%, it breaks. Does it have relation with opencv version? My opencv version is 4.0. Can anybody knows how to deal with it ? Thanks and wish your reply.!
I can't figure out what's wrong, your terminal gives no useful message because the error messages are skipped when compiled with multi-thread. You should try to just run make
to show the last error message.
this is my building message by make
OpenCV 4 is not supported right now, try OpenCV 3. I’ll modify README for the recommended version of OpenCV.
Can you tell me your opencv version, I want to keep consistent with you.
My OpenCV version is 3.2.
Thank you so much for reply
I fellow the command: cd GraphSfM mkdir build && cd build cmake -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF .. make -j4 But when the project is built to 95%, it breaks.
Does it have relation with opencv version? My opencv version is 4.0. Can anybody knows how to deal with it ? Thanks and wish your reply.!