You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我按照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文件
The text was updated successfully, but these errors were encountered:
我按照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文件
The text was updated successfully, but these errors were encountered: