ActiveVisionLab / gaussctrl

[ECCV 2024] GaussCtrl: Multi-View Consistent Text-Driven 3D Gaussian Splatting Editing
https://gaussctrl.active.vision/
BSD 3-Clause "New" or "Revised" License
80 stars 6 forks source link

Train data shuffle #12

Closed massyzs closed 1 month ago

massyzs commented 1 month ago

Hi, thanks for your excellent work. May I ask how you changed the training data order? It seems that, for scene "bear", the image_idx is not as order in data folder. For example, I want 9.png in the folder, but when I output data by select image_idx=9, the image is not what I want. It seems to be shuffled somewhere but I cannot found.

Would you kindly share your thoughts?

jingwu2121 commented 1 month ago

Hi, in our experiments, we didn't use all the images for training, which might lead to your problem. You might want to look at this piece of code: https://github.com/ActiveVisionLab/gaussctrl/blob/main/gaussctrl/gc_datamanager.py?plain=1#L107-L109