AI4Bharat / OpenHands

👐OpenHands : Making Sign Language Recognition Accessible. | **NOTE:** No longer actively maintained. If you are interested to own this and take it forward, please raise an issue
https://openhands.readthedocs.io
Apache License 2.0
97 stars 15 forks source link

Unable to download the config for pre-training #38

Open AswiniKumar1995 opened 1 year ago

AswiniKumar1995 commented 1 year ago

While downloading the config file for pre-training in the self-supervised learning step, the web page is showing the error with this error print 'AI4Bharat/OpenHands' repository doesn't contain the 'examples/ssl/pretrain_dpc.yaml' path in 'main'.

GokulNC commented 1 year ago

Hi @AswiniKumar1995

Thank you for pointing out the issue, it has been fixed now. Please refresh the page and try again.

AswiniKumar1995 commented 1 year ago

Another question sir, I believe 120 frames will be given as input BERT, can I get 120 output features corresponding to each frame from the BERT output along with class prediction?

GokulNC commented 1 year ago

Hi @AswiniKumar1995 , apologies for late reply.

No, this is not supported as of now. We only support ISLR (isolated sign language recognition) as of now, which means we provide only 1 classification output from the model.

CSLR (continuous SLR) support is yet to be added.