Open ccxi1008 opened 3 weeks ago
Hi, thanks for your interest in our work. Do you hope to train a 3D Gaussian model with only one image? If this is the case, 1). you need to train 2 MLPs mentioned in the article. 2). You can refer to scene/dataset_readers.py to change the input from a video to a single image. 3). You need ground truth SMPL for training and testing data.
Thanks for your work! I'm trying to use one picture instead of a vedio to get the initialized 3D Gaussians in pose space with respect to SMPL and LBS model ,and still optimize the Guassians using the follow-up control process similar to the article. I'm wondering that: