open-mmlab / mmskeleton

A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.
Apache License 2.0
2.92k stars 1.03k forks source link

FileNotFoundError: [Errno 2] No such file or directory #20

Closed RMobina closed 6 years ago

RMobina commented 6 years ago

Code version (Git Hash) and PyTorch version

6542289, 0.3.1, running Python 3.6.4

Dataset used

NTU-RGB-D

Expected behavior

run the code

Actual behavior

Traceback (most recent call last): File "/home/rss/eclipse-workspace/CNN_Skeleton_NTURGB/main.py", line 415, in with open(p.config, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: './config/NTU-RGB-D/xview/ST_GCN.yaml'

Steps to reproduce the behavior

I did all steps such as data preperation, testing and evalution and saw the result on cmd. At the moment I want run the code (main.py) on eclipse but the above error appeaered.

Other comments

RMobina commented 6 years ago

it solved

guanshanshan commented 6 years ago

I have the same problem, can you tell me how you solved it?