lshiwjx / 2s-AGCN

Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19
Other
661 stars 177 forks source link

OSError: [Errno 22] Invalid argument #51

Open wxyyy55 opened 4 years ago

wxyyy55 commented 4 years ago

When I run python main.py --config ./config/nturgbd-cross-view/train_joint.yaml.py ,gets the error : OSError: [Errno 22] Invalid argument And data processing has already completed. I would appreciate it if you could help me!

Nanasaki-Ai commented 3 years ago

I had the same problem as you. How did you solve it? Thank you very much if you can give me some advice!

Nanasaki-Ai commented 3 years ago

This problem was solved when I set num_workers=0. The system I used is win10.