ungated_xyz_indices.shape[0] == 0
Great work!
I encountered an issue and would appreciate your assistance.
When using my dataset, I observed that ungated_xyz_indices.shape[0] == 0 during the execution of save_compressed_pkl. However, I am unsure of the underlying cause and would like guidance on how to resolve it.
Hi @BruceLz , can you share your run command and config? There may be uncaught logic for saving the compressed pkl if XYZ gating is disabled.
The run command is train.py --config configs/self.yaml -s /mnt/path2data/frameset -m /mnt/path2data/res_queen --log_images --log_ply --log_compressed.
And the config: self.yaml
Thx.
Thanks -- and can you confirm that the code trains correcty without the --log_compressed argument?