yifita / DSS

Differentiable Surface Splatting
441 stars 31 forks source link

Runtime error #4

Closed katadam100 closed 4 years ago

katadam100 commented 5 years ago

I keep getting this error: RuntimeError: "guided_scatter_maps_kernel" not implemented for 'Bool' (operator() at DSS/cuda/rasterize_forward_cuda_kernel.cu:339)

yifita commented 5 years ago

Hi, pytorch 1.2.0 introduced some breaking changes to boolean tensors, so you need to use pytorch 1.1.0 I will update the code to work with 1.2.0 in the future.

yifita commented 4 years ago

fixed in https://github.com/yifita/DSS/issues/1#issuecomment-567576072