ducha-aiki / mods

MODS (Matching On Demand with view Synthesis) is algorithm for wide-baseline matching.
http://cmp.felk.cvut.cz/wbs/
GNU General Public License v2.0
87 stars 16 forks source link

Windows Install Video - Youtube? #12

Closed xiongxao closed 7 years ago

xiongxao commented 7 years ago

Can you to make a quick step-by-step installation video for Windows and upload it to youtube? I tried to compile/build it from source using the steps provided with no success. I'm new to C++, not sure what I'm doing wrong. If you don't have time and if it's too much to ask for, don't worry about it -but it would be great if you can provide a video :).

ducha-aiki commented 7 years ago

Unfortunately, my experience with Windows is very limited and the main version of MODS is Linux one. However, I will try to do it after CVPR deadline.

xiongxao commented 7 years ago

That would be great! Thanks.

ducha-aiki commented 7 years ago

Hi,

I cannot manage to do video, instead, make screenshots of the all parts of installation. The most of troubles are not related to mods, but installing OpenCV, which was never on Windows, that is why I am using Ubuntu.

So, Scheme is as in readme install mingw32 -> write it in the Path. IT IS EXTREMELY IMPORTANT! It is the one of the possible reasons for not finding lapack in process install cmake install OpenCV (download 2.4.9 or 2.4.8 -> build with mingw and cmake. VERY IMPORTANT - NOT 2.4.13. write OpenCV into Path

compile mods. Because of mingw update, I made some updates to code Here are screenshots in order of operations

1 2 3 4 5 6 7 8 9 10 11 12 13 13_2_install_opencv 13_3_install_opencv 13_4_install_opencv 13_5_install_opencv 14 15 16 17 18-path 19 20 21 opencv-cmake-mods opencv-cmake-mods2 opencv-cmake-mods3 works

xiongxao commented 6 years ago

Thank you for the screenshots and your time for putting it together. I will try it. Thanks again.