xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
614 stars 143 forks source link

Stage1: 2D pre-trained model trained to epoch=0? #83

Closed pulkitsharma38 closed 4 years ago

pulkitsharma38 commented 4 years ago

Hi @xingyizhou. I have couple of doubts -

  1. Is the pre-trained model at epochs=0 as given in the corresponding metadata?
  2. I want to continue training the 2D model but it doesn't have optimizer_state. Can I proceed forward without it?

Thanks for the great work