yifita / DSS

Differentiable Surface Splatting
442 stars 31 forks source link

Missing positional argument when constructing empy PointFragment #10

Open bango123 opened 3 years ago

bango123 commented 3 years ago

It looks like the scaler positional argument is missing when creating the empty PointFragment here. This does throw an error when running a non-renderable scene. I am not sure how to fix because I don't know what an empty PointFragment should be.

Thanks!

lxxue commented 3 years ago

Hi, sorry for the late reply. I guess you can fill the scaler with 0 and shape as qvalue_map as this part of code suggests