luminxu / ViPNAS

The official repo for CVPR2021——ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search.
MIT License
47 stars 11 forks source link

Video training data #4

Closed garg-7 closed 3 years ago

garg-7 commented 3 years ago

Hi, I was going through the paper that this repository implements. The architecture diagram shows an interrelation between frames of a clip, however, in the repository I was unable to find a way to train the model using video clips or a bunch of consecutive frames. Could you please direct me to such a thing if I am missing it?

Thanks

luminxu commented 3 years ago

Thanks for your interest in our work. The figure in the paper shows the architecture of T-ViPNAS, which contains the temporal connections. Currently, we just reimplement S-ViPNAS, which is a image-based pose estimator, based on MMPose. Thus, training on videos has not been included in the repository.