thuiar / MMSA-FET

A Tool for extracting multimodal features from videos.
GNU General Public License v3.0
131 stars 20 forks source link

OpenFace提取特征失败 #36

Closed haikunzhang95 closed 2 months ago

haikunzhang95 commented 2 months ago

/scratch/xxxx/anaconda3/envs/mmsa-fet/lib/python3.8/site-packages/MSA_FET/exts/OpenFace/FeatureExtraction: error while loading shared libraries: libopencv_objdetect.so.4.1: cannot open shared object file: No such file or directory MMSA-FET - Failed to extract video features with OpenFace from video_test_dataset_1.

最后报错: FileNotFoundError: [Errno 2] No such file or directory: '/home/hkzhang/.MMSA-FET/tmp/tmp.csv'

请问如何处理? 谢谢。

haikunzhang95 commented 2 months ago

我应该手动安装相关依赖(opencv)。