thuiar / MMSA-FET

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

ImportError: cannot import name 'run_dataset' from 'MSA_FET' (/root/miniconda/envs/python38_torch1121/lib/python3.8/site-packages/MSA_FET/__init__.py) #26

Open Wenfeng6 opened 1 year ago

Wenfeng6 commented 1 year ago

已经下载了MSA_FET,为何显示在此包里无法导入run_dataset?

1emonx commented 1 year ago

我也遇到了这个问题,请问你现在解决了吗~

WANT-CC commented 9 months ago

查看环境下 lib/python3.8/site-packages/MSA_FET/main.py可以发现run_dataset也是 FeatureExtractionTool 类的一个方法。 直接跟run_single使用方法一样 fet = FeatureExtractionTool("custom_config.json") fet.run_dataset( )