I've tried to train the model:
python create_avatar.py --subject {SUBJECT} --gender {GENDER}
Then, I get these files after training.
.
├── metrics.txt
├── OPTIMIZE_GAUSSIANS_0.ckpt
├── OPTIMIZE_GAUSSIANS_0.ply
├── OPTIMIZE_GAUSSIANS_3000.ckpt
├── OPTIMIZE_GAUSSIANS_3000.ply
└── state_dict_3000.json
After I import the OPTIMIZE_GAUSSIANS_3000.ply into GSAC Unity project, it is a large ball (see the image below).
If I set "Splat Scale" to 0.001, it becomes a lots of small points.
How to solve it? Any suggestion?
I've tried to train the model:
python create_avatar.py --subject {SUBJECT} --gender {GENDER}Then, I get these files after training.
After I import the OPTIMIZE_GAUSSIANS_3000.ply into GSAC Unity project, it is a large ball (see the image below).
If I set "Splat Scale" to 0.001, it becomes a lots of small points.
How to solve it? Any suggestion?