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 50 forks source link

How will I use it on my camera for testing #9

Closed syhewanglan closed 3 years ago

syhewanglan commented 3 years ago

I want to apply this great model to the camera for testing, what should I do

jackyjsy commented 3 years ago

This repo is developed for challenge results reproducing. There is no easy way to do real-time testing. If you want to test it on camera, you need to record video clips from your camera, then follow the data preprocessing steps to extract features, load the provided pretrained models, and test on them. Note that the pretrained models were trained on the AUTSL dataset, so they work for Turkish sign language inputs only.