2s-AGCN
2s-AGCN copied to clipboard
OSError: [Errno 22] Invalid argument
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!
I had the same problem as you. How did you solve it? Thank you very much if you can give me some advice!
This problem was solved when I set num_workers=0. The system I used is win10.