JonathonLuiten/Dynamic3DGaussians

Weird result on custom dataset

Closed this issue · 2 comments

I prepared a custom dataset in necessary format and ran training script. The PSNR was only around 13, also the resulting gaussian is quite odd. I used 1 for the mask segmentation for all the points in initial point cloud.
image
Could you point out what could be the issue here?

I prepared a custom dataset in necessary format and ran training script. The PSNR was only around 13, also the resulting gaussian is quite odd. I used 1 for the mask segmentation for all the points in initial point cloud. image Could you point out what could be the issue here?

@aashutoshpy Hi, I meet the same issue. Could you tell me how to solve it?

Downgrading from open3d version 0.17.0 to 1.16.0 solved the issue for me.
pip install open3d==0.16.0