~/opencv_contrib/modules/xfeatures2d/src/boostdesc.cpp:673:20: fatal error: boostdesc_bgm.i: No such file or directory
Solution:
Check the /home/pi/Downloads/opencv-3.4.0/build/CMakeDownloadLog.txt log file, search for boostdesc_bgm.i keyword in the log file CMakeDownloadLog.txt, and find that the download of this file has failed.
A total of 11 files were found to be missing as follows:
boostdesc_bgm.i
boostdesc_bgm_bi.i
boostdesc_bgm_hd.i
boostdesc_lbgm.i
boostdesc_binboost_064.i
boostdesc_binboost_128.i
boostdesc_binboost_256.i
vgg_generated_120.i
vgg_generated_64.i
vgg_generated_80.i
vgg_generated_48.i
Download and upzip. put them in the path of /home/pi/Downloads/opencv_contrib3.4.0/modules/xfeatures2d/src/
is OK.
Then re-compile:
make clean
make
Read More:
- Raspberry pie import opencv error: ImportError: numpy.core.multiarray failed to import
- [Solved] Pyinstaller package opencv error: ImportError: OpenCV loader: missing configuration file: [‘config.py’]. Check OpenCV installation.
- Raspberry pie Use PCA9685() Error: [Errno 121] Remote I/O error
- [Solved] ROS fatal error: NvInferRuntimeCommon. h: No such file or directory
- fatal error: cublas_v2.h: No such file or directory [How to Solve]
- [Solved] Import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- PIP Install Mysqlclient error C1083: Cannot open include file: ‘mysql.h‘: No such file or directory
- Python FileNotFoundError: [Errno 2] No such file or directory: ‘objects/epsilon.pkl
- OSError libespeak.so.1 error: no such file or directory [How to Solve]
- The solution of no such file or directory and cannot load native module running error of python3 pyinstaller after packaging
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
- Python raspberry pie starts sending IP address to mailbox
- Python environment error, bad interpreter: there is no file or directory
- [Solved] Python project runs the open() function error: FileNotFoundError: [Errno 2] No such file or directory
- cffi Security Report “c / _cffi_backend.oc / _cffi_backend.c: 15:17: error: ffi.h: No such file or directory” Problem
- [Solved] Mac ffmpeg Install Error: filenotfounderror: [errno 2] no such file or directory: ‘ffmpeg’: ‘ffmpeg’
- [Solved] cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\……
- [Solved] opencv-python: recipe for target ‘modules/python3/CMakeFiles/opencv_python3.dir/all‘ failed
- Tensorflow import Error: ImportError: libcuda.so.1: cannot open shared object file: No such file or dire
- Opencv Python realizes the paint filling function in PS, one click filling color and the possible reasons for opencv’s frequent errors