zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

NahianAlindo opened this issue · comments

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.

@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.