queen icon indicating copy to clipboard operation
queen copied to clipboard

ungated_xyz_indices.shape[0] == 0

Open BruceLz opened this issue 2 months ago • 3 comments

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.

BruceLz avatar Nov 13 '25 08:11 BruceLz

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.

amritamaz avatar Nov 17 '25 15:11 amritamaz

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.

BruceLz avatar Nov 18 '25 01:11 BruceLz

Thanks -- and can you confirm that the code trains correcty without the --log_compressed argument?

amritamaz avatar Nov 19 '25 02:11 amritamaz