Open JuewenPeng opened 3 weeks ago
We follow previous work and perform the test-time pose optimization to compensate for the errors due to pose mismatch. To optimize the test poses, run python train_pose.py --cfg exps/snapshot_"$SCENE".yaml
. This section provides more details.
Thank you very much. I encountered another problem. It seems that you have performed 'undistortion' operation to the image when preprocessing the dataset and also when loading the dataset during training.
If the camera has a distortion parameter provided by the data, the undistortion will be applied. Otherwise, it will ignore it.
If I have downloaded the pretrained models, how to evaluate on PeopleSnapshot? I have tried running this code:
python eval.py --cfg exps/snapshot_"$SCENE".yaml --type view
. However, the metrics are much lower than reported in the paper, and the size of the rendered human is a little larger than GT.