nyu-systems / Grendel-GS

Ongoing research training gaussian splatting at scale by distributed system
Apache License 2.0
311 stars 17 forks source link

solved index out of range in test cam #3

Closed prapti19 closed 4 months ago

prapti19 commented 4 months ago

Hi @TarzanZhao While trying to run this latest pull , I am getting an error(index not found) as while running the code, the test_cameras are empty. Changing it back to train_cameras is working.

EGalahad commented 4 months ago

Hi, @prapti19. Can you tell me the commit hash of the failed run and the training script that you used to reproduce the error?

EGalahad commented 4 months ago

https://imgur.com/a/TasbDGW

Maybe adding a if args.eval line would do

TarzanZhao commented 4 months ago

@prapti19 Thanks for pointing out this issue. Please use the up-to-date commit in the dist branch. The problem should have been fixed.

prapti19 commented 4 months ago

Thanks for looking into this! @EGalahad @TarzanZhao