Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行evaluate.py出现报错mypc.json #49

Open
Aucy1 opened this issue Mar 14, 2024 · 2 comments
Open

运行evaluate.py出现报错mypc.json #49

Aucy1 opened this issue Mar 14, 2024 · 2 comments

Comments

@Aucy1
Copy link

Aucy1 commented Mar 14, 2024

我按照readme执行到训练完,开始测试时,执行python evaluate.py出现报错问题Traceback (most recent call last):
File "evaluate.py", line 57, in
main(cfg)
File "evaluate.py", line 28, in main
data_loader = data.getEvalDataloader()
File "/movenet.pytorch-master/lib/data/data.py", line 159, in getEvalDataloader
with open(self.cfg['eval_label_path'], 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '../data/eval/mypc.json'
我找了所有的文件夹都没有这个mypc.json文件

@fire717
Copy link
Owner

fire717 commented Mar 28, 2024

这个应该是要根据你自己的数据去生成的,生成方式和train一样。

@ajiancode
Copy link

请问后来这个问题解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants