jackyjsy / CVPR21Chal-SLR

This repo contains the official code of our work SAM-SLR which won the CVPR 2021 Challenge on Large Scale Signer Independent Isolated Sign Language Recognition.
Creative Commons Zero v1.0 Universal
205 stars 51 forks source link

Problem in directories provided in https://github.com/jackyjsy/CVPR21Chal-SLR/tree/main/SL-GCN #13

Closed EvgeniaChroni closed 2 years ago

EvgeniaChroni commented 2 years ago

In the instructions for Finetune and Test there is probably a mistake in the paths used for yaml files. Both test_joint.yaml and train_joint.yaml use the same directory : config/sign/finetune which is not true.

Could you please let me know which are the correct directories?

jackyjsy commented 2 years ago

Thanks for pointing it out. It seems to be a typo in the readme.md file. It is fixed in commit b693657. Please check SL-GCN/readme.md for the updated version.