dxli94 / WLASL

WACV 2020 "Word-level Deep Sign Language Recognition from Video: A New Large-scale Dataset and Methods Comparison"
https://dxli94.github.io/WLASL/
851 stars 113 forks source link

Converting PTH to tflite #81

Open CarterSnich opened 1 day ago

CarterSnich commented 1 day ago

How can I convert the pre-trained models to tflite? I don't know where to get the input shape and the number of channels. I'm completely new to this kind of machine learning.

I am following this guide: https://ai.google.dev/edge/litert/models/pytorch_to_tflite

CarterSnich commented 1 day ago

I somehow able to convert it to tflite. Now, I don't know yet how to use this. I wanna try it using OpenCV camera, but I don't know how to pass the captured video and input it onto the tflite. Please enlighten me.