Dimitrije Antić
Dimitrije Antić
Hi @sadams207, I went through your code example and it looks like we are doing exactly the same thing. Have you checked if any vertex coordinates are equal to the...
Hi @sadams207, yeah your point makes sense completely. Now I am actually settling for a different solution, by using `selection sets` logic implemented in `cpp/open3d/visualization/visualizer/O3DVisualizer.cpp` as it is working pretty...
Any updates on this one? :)
Hi @MalcolmMielle, any hints on how to do that? Not particularly familiar with this kind of thing. Any help would be welcome :)
@cajoek Hi, do you maybe have a working example of the script for rendering SDF?
Hi, After trying a couple of "hacks" with dependencies, I did manage to install the package. I will close this issue. :)
Hi @KelestZ, I've actually just skipped the installation of the requirements. Install `numpy` and `scipy` from conda-forge channel and then just comment out `numpy`, `scipy` in requirements.txt, I think there...
Hi @abolla22 , Can you post the steps for solving this problem? :)
Hi there @lpiccinelli-eth , I encounter the same issue as @feolcn. With `ConvNextL` backbone, this is the missing key `pixel_encoder.mask_token`. I can confirm both `xformers` and `torch` are with cuda...