Ask Your Question
0

about build opencv_contribute fatal error boostdesc_bgm.i and vgg

asked Sep 16 '17

Thomaswang gravatar image

if you meet the fatal error: boostdesc_bgm.i: No such file or directory or fatal error: vgg.i: No such file or directory click here: https://github.com/opencv/opencv_3rdp... enter the "contrib_xfeatures2d_vgg_20160317" and "contrib_xfeatures2d_boostdesc_2" and then download the all ".i" . put the all ".i" in 'opencv_contrib/modules/xfeatures2d/src/' than, make

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Sep 16 '17

berak gravatar image

updated Sep 16 '17

cmake tried to download those files, but failed (maybe it's too old ?)

there should be some more detailled information in the cmake output already.

if you need the cfeatures2d module, you have to solve this problem first, if you don't try to disable it: cmake -DBUILD_opencv_xfeatures2d=OFF (but again, this will also disable some modules, that depend on it)

again, if it's a https problem with the builtin libcurl, try to update cmake, and rerun it.

else try harder with manual download, e.g. the vgg ones are here andthe boost ones here

Preview: (hide)

Comments

not too old,when you cmake,you must connect the internet.

Thomaswang gravatar imageThomaswang (Sep 24 '17)edit

yes, that is true.

berak gravatar imageberak (Sep 24 '17)edit

Question Tools

1 follower

Stats

Asked: Sep 16 '17

Seen: 8,521 times

Last updated: Sep 16 '17