mikeqzy / 3dgs-avatar-release

3DGS-Avatar: Animatable Avatars via Deformable 3D Gaussian Splatting
MIT License
278 stars 25 forks source link

Question about minimal_shape. #13

Closed frankkim1108 closed 3 months ago

frankkim1108 commented 3 months ago

Hi, I thought your research was interesting and I'm trying to run your code with my own custom dataset. While looking at the code, I cam across with

3D models and points

minimal_shape = model_dict['minimal_shape']

I preprocessed my own dataset and couldn't find anything like 'minimal_shape'

Could I get some more explanation about 'minimal_shape'? Thank you for you time.