You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when i try to run the LightGaussian tutorial: Optimizing output/exp_001/tandt/train
Quantized Params: ['sh', 'dc', 'rot', 'scale'] [05/11 15:12:15]
Output folder: output/exp_001/tandt/train [05/11 15:12:15]
Tensorboard not available: not logging progress [05/11 15:12:15]
Traceback (most recent call last):
File "train_kmeans.py", line 410, in
args.checkpoint_iterations, args.start_checkpoint, args.debug_from, args)
File "train_kmeans.py", line 49, in training
scene = Scene(dataset, gaussians)
File "/home/saptarshi/VSCodeProjects/compact3d/gaussian-splatting/scene/init.py", line 49, in init
scene_info = sceneLoadTypeCallbacks["Colmap"](args.source_path, args.images, args.eval)
TypeError: readColmapSceneInfo() missing 2 required positional arguments: 'eval' and 'train_test_exp'
The text was updated successfully, but these errors were encountered:
I am getting the following error when i try to run the LightGaussian tutorial: Optimizing output/exp_001/tandt/train
Quantized Params: ['sh', 'dc', 'rot', 'scale'] [05/11 15:12:15]
Output folder: output/exp_001/tandt/train [05/11 15:12:15]
Tensorboard not available: not logging progress [05/11 15:12:15]
Traceback (most recent call last):
File "train_kmeans.py", line 410, in
args.checkpoint_iterations, args.start_checkpoint, args.debug_from, args)
File "train_kmeans.py", line 49, in training
scene = Scene(dataset, gaussians)
File "/home/saptarshi/VSCodeProjects/compact3d/gaussian-splatting/scene/init.py", line 49, in init
scene_info = sceneLoadTypeCallbacks["Colmap"](args.source_path, args.images, args.eval)
TypeError: readColmapSceneInfo() missing 2 required positional arguments: 'eval' and 'train_test_exp'
The text was updated successfully, but these errors were encountered: