Vegetebird / StridedTransformer-Pose3D

[TMM 2022] Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation
MIT License
335 stars 37 forks source link

Use Image Inputs with Colab Code #44

Open eliflali opened 1 week ago

eliflali commented 1 week ago

I am currently working on a project where I aim to use your Colab notebook to process PNG image files, but I’ve noticed that the code expects an MP4 video as input. I was wondering if there is any possibility to modify the code to accept individual frames (images) instead?

Additionally, I would like to know if there is any way to extract the 3D joint coordinates directly from the output. Any guidance on these matters would be greatly appreciated.

Thank you for your time and support!