zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019
MIT License
289 stars 46 forks source link

Won't you post the code for inference and testing out on videos? #42

Open NahianAlindo opened 3 years ago

NahianAlindo commented 3 years ago

I want to test your model on my videos. Do you have code for inference so that I can test your work out? If not, how can I do it myself. Please guide me. I am a newbie. So, I am having a hard time understanding how specific things are working.

zhangboshen commented 3 years ago

@NahianAlindo Hi, Sorry that I dont have video inference code currently, but the image inference code is provided (https://github.com/zhangboshen/A2J/blob/master/src/nyu.py), you can test your own video based on it.