pytorch_volumetric
pytorch_volumetric copied to clipboard
Volumetric structures such as voxels and SDFs implemented in pytorch
Say I have a point p=(xyz), and a distance d = sdf(p), I want to do something like d.backward() to get p.grad? I was able to do it with TORCH_SDF...
Hi, I run into some error while loading the package in my code. Here is the error information. Any suggestion? File "/local/mnt/anaconda3/envs/idr/lib/python3.7/site-packages/pytorch_volumetric/sdf.py", line 547 return *res[:-1], cache ^ SyntaxError: invalid...
Hello, I've successfully installed the package, but when I import it, the terminal freezes. I am on macOS with an M2 chip. It works well on Ubuntu though. I wonder...