hugoycj / 2.5d-gaussian-splatting

an unofficial 2DGS implementation based on GauStudio
https://github.com/GAP-LAB-CUHK-SZ/gaustudio
Other
220 stars 4 forks source link

Index out of bounds for render_pkg["rendered_median_depth"][1] #10

Open brianneoberson opened 1 month ago

brianneoberson commented 1 month ago

Hello,

I tried training your model on the DTU scan 24 and I get this error:

Number of points at initialisation :  14223 [15/05 10:53:08]
Training progress:   0%|                                                                                                                                                | 0/15000 [00:00<?, ?it/s]Traceback (most recent call last):
  File "train.py", line 186, in <module>
    training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from)
  File "train.py", line 71, in training
    rendered_median_weight = render_pkg["rendered_median_depth"][1]
IndexError: index 1 is out of bounds for dimension 0 with size 1
Training progress:   0%|  

Do you have an idea why?