splatnet icon indicating copy to clipboard operation
splatnet copied to clipboard

don't have attribute height

Open bonbonjour opened this issue 6 years ago • 1 comments

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?

bonbonjour avatar Dec 21 '18 03:12 bonbonjour

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).

suhangpro avatar Dec 21 '18 16:12 suhangpro