neoglez / calvis

calvis: Chest, wAist and peLVIS circumference from 3D human Body meshes for Deep Learning.
Other
10 stars 5 forks source link

CALVIS on 3d mesh from real world images #1

Open stevanmatovic opened 4 years ago

stevanmatovic commented 4 years ago

Could CALVIS be applied on 3D mesh obtained from SMPLify(or something similar) on real world images?

neoglez commented 4 years ago

Yes, definitely. The input to CALVIS is a SMPL 3D human mesh. Whether the 3D mesh itself is the result of applying SMPLify or other SMPL fitting algorithm/method to real world images is of no relevance for CALVIS.

stevanmatovic commented 4 years ago

And what about meshes obtained using HMD, they don't have same vertices dimensions as template SMPL model. Is it possible to apply CALVIS on those meshes and if so what are the necessary steps?

neoglez commented 4 years ago

HMD is based on SMPL, meaning that, in principle, their output can be used as input to CALVIS. However, like you pointed out, one can not perform the process automatically. This is advance topic and could be well part of a paper for the next CV conference ;) To be honest, I don't know what are exactly the necessary steps.