splatnet
splatnet copied to clipboard
don't have attribute height
what if I don't have attribute-height, and i don't want to use height value for training, what should I do? any way can deal with it?
Check how we handle data loading in splatnet/splatnet/dataset/dataset_facade.py. Just don't include "h" dimension if you don't want to use height. Also if you use custom data files, you will need to modify the points
and ordered_points
functions accordingly (see comments).