xingyizhou / pytorch-pose-hg-3d

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

why do you set nModules to 2? #39

Closed Colinsnow1 closed 5 years ago

Colinsnow1 commented 5 years ago

I wonder why you set nModules(residual modules at each hourglass) to 2 rather than 1? Is there any special effect?

xingyizhou commented 5 years ago

Hi, Sorry for the late reply. I found it achieve a good training speed - accuracy in the initial hyper-parameter search. It should have a close performance with 8 stacks 1 module.

Colinsnow1 commented 5 years ago

Thanks for your reply. It's never late for enlightening me.Thanks again.