Parsing-R-CNN icon indicating copy to clipboard operation
Parsing-R-CNN copied to clipboard

Lack of SMPL_subdiv.mat when inference in Densepose

Open lanser-z opened this issue 4 years ago • 0 comments

I tried to inference the network using Densepose model, and failed on:

smplFpath = os.path.join(self.evalDataDir, 'SMPL_subdiv.mat'
SMPL_subdiv = loadmat(smplFpath)

What's SMPL_subdiv.mat (and SMPL_SUBDIV_TRANSFORM.mat latter) and how could I get a copy?

Thanks,

lanser-z avatar Jul 15 '20 09:07 lanser-z