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

val_label.pkl have not found #50

Closed
lucheng07082221 opened this issue Jun 13, 2018 · 2 comments
Closed

val_label.pkl have not found #50

lucheng07082221 opened this issue Jun 13, 2018 · 2 comments

Comments

@lucheng07082221
Copy link

when I run this command python main.py recognition -c config/st_gcn/kinetics-skeleton/test.yam
the val_label.pkl have not found
Traceback (most recent call last):
File "main.py", line 30, in
p = Processor(sys.argv[2:])
File "/home/lc/Downloads/st-gcn/processor/processor.py", line 33, in init
self.load_data()
File "/home/lc/Downloads/st-gcn/processor/processor.py", line 62, in load_data
dataset=Feeder(**self.arg.test_feeder_args),
File "/home/lc/Downloads/st-gcn/feeder/feeder.py", line 48, in init
self.load_data(mmap)
File "/home/lc/Downloads/st-gcn/feeder/feeder.py", line 54, in load_data
with open(self.label_path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: './data/Kinetics/kinetics-skeleton/val_label.pkl'

@alrzmshy
Copy link

I have got this error before.
*.pkl file will be generated by running :
python tools/kinetics_gendata.py --data_path <path to kinetics-skeleton>
Either you have not run this code or the generated *.pkl file is not in the path it is supposed to be.

@yjxiong
Copy link
Collaborator

yjxiong commented Jun 13, 2018

@alirezamosh Thanks.

Closing this. Please feel free to reopen it if you meet any further problem.

@yjxiong yjxiong closed this as completed Jun 13, 2018
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