AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
406 stars 86 forks source link

build error #4

Closed utc1205 closed 5 years ago

utc1205 commented 5 years ago

791308564 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.!

AIBluefisher commented 5 years ago

791308564 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.

utc1205 commented 5 years ago

build this is my building message by make

AIBluefisher commented 5 years ago

OpenCV 4 is not supported right now, try OpenCV 3. I’ll modify README for the recommended version of OpenCV.

utc1205 commented 5 years ago

Can you tell me your opencv version, I want to keep consistent with you.

AIBluefisher commented 5 years ago

My OpenCV version is 3.2.

utc1205 commented 5 years ago

Thank you so much for reply