PGSR
PGSR copied to clipboard
RuntimeError when running custom ScanNet dataset
Hi and thanks for your excellent work !
I was testing a custom dataset created from scannet(simply using the 'color' folder in ScanNet scenes as the 'input' folder in custom dataset) and encountered a RuntimeError which I couldn't figure out, so i came here seeking help.
Here is the error i received when trying to run python train.py -s /home/ubuntu/newdisk/cwk/PGSR/data/scene0003_00 -m output --max_abs_split_points 0 --opacity_cull_threshold 0.05
:
Optimizing output
Output folder: output [08/09 20:06:31]
Tensorboard not available: not logging progress [08/09 20:06:31]
Reading camera 2/2 [08/09 20:06:31]
Converting point3d.bin to .ply, will happen only the first time you open the scene. [08/09 20:06:31]
xyz (0, 3) [08/09 20:06:31]
cameras_extent 5.5 [08/09 20:06:31]
Loading Training Cameras [08/09 20:06:31]
load camera 1Loading Test Cameras [08/09 20:06:34]
computing nearest_id [08/09 20:06:34]
Number of points at initialisation : 0 [08/09 20:06:34]
Traceback (most recent call last):
File "train.py", line 495, in