hustvl / 4DGaussians

[CVPR 2024] 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering
https://guanjunwu.github.io/4dgs/
Apache License 2.0
2.25k stars 187 forks source link

Train on custom dataset without using NerfStudio #69

Closed jiwencao closed 8 months ago

jiwencao commented 10 months ago

How can I train on custom dataset without using NerfStudio? Is there any instructions about preparing custom dataset which not using NerfStudio?

guanjunwu commented 10 months ago

Maybe you can follow 3D Gaussian Splatting's generation guidance? It's mainly because camera poses should be computed by colmap, following nerfstudio can also allow you using other apps like poly cam.

guanjunwu commented 8 months ago

Hi, I've update the guidance in the 'readme.md', if you still have the similar problem, please reopen the issue and contact me.