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 can i send a videp to test the perfomance? #10

Closed lenka844 closed 3 years ago

lenka844 commented 3 years ago

very excited about ur code, im trying to test this model in a video to test its performance,but i dont konw how to or where to send the vide in, i have read the issue about the webcamera use, it has to record a video,and process, Does it means i have to process my test video by the same method,such as generate .npy file and generate rawframes and extract skeleton features and so on? Thanks for answering.Appreciate!

jackyjsy commented 3 years ago

Yes. You need to process the video into RGB frames or skeleton following the preprocessing guide data_process/readme.md, and load the provided pretrained model to test it.