Yuxiang Lin
Yuxiang Lin
Hi, check if it is this path. `docs/zh_cn/get_started/article.md`
I met this problem before, maybe you should try to re-install the torchtext module.
cv2.TrackerKCF_create() API is in the opencv-contrib-python, try to use pip install to solve it.
看起来似乎是config文件没写对,倒数第八行的报错文件看看路径。
@steven30currry Hi同学您好,请问CVACT数据集您是从哪里下载的呢,我发邮件给作者但似乎联系不上他
原始视频文件需要到MER2023上申请,推荐使用 [Huggingface](https://huggingface.co/datasets/MERChallenge/MER2023) 申请会更方便些。 关于训练细节,例如我们预先提取的特征下载,可以参阅[这里](https://github.com/ZebangCheng/Emotion-LLaMA#-training)
https://github.com/ZebangCheng/Emotion-LLaMA/blob/main/minigpt4/datasets/datasets/first_face.py#L177 你可以查看这个位置
> > 没遇到过这个问题。百度了一下,好像是文件的路径问题。 路径的配置可以配置成这样的绝对路径。但是你这好像是window系统,请检查是否按照window系统的要求编写路径。 > > 是的,我就是在windows系统上搞的,配置也都是配的绝对路径,佬都是在linux上做的吗,最近着急要复现一下它 我大概搜索了一下,问题可能是出在Windows使用了`/`拼接的操作`result_dir = output_dir / "result"`。可以试试改为使用: 1. os.path.join(BASE_DIR, 'xxx') 2. str(BASE_DIR / 'xxx') 看是否能成功运行
如果对你有帮助的话,欢迎给我们仓库留下一个 star 🌟