yuyingyeh
yuyingyeh
I use the `Dockerfile` (https://github.com/NVIDIAGameWorks/kaolin/blob/master/Dockerfile) to run. I think I face the similar problem after `import kaolin`. ``` Warning: unable to import datasets/nusc: libgthread-2.0.so.0: cannot open shared object file: No...
Since there is no official Conda installation for PyTorch 1.4, I rather install PyTorch 1.2. And now I can install kaolin successfully. However, when I tried to import kaolin, I...
Yes, it returns `True`. I have also tried PyTorch 1.4 with cudatoolkit 10.1, and it returns the same error message.
@krrish94 I can build the docker image from the Dockerfile. However, I encountered another issue #268.
> Hi @alemuntoni, thanks for your feedback. I rebuilt my docker image and currently I'm not facing any issue with libQt5 anymore. Seems fixed to me. Hi @alemuntoni , would...
I had a same issue. The links are gone. I only found the 3d models in other formats at the HermanMiller website: https://www.hermanmiller.com/resources/3d-models-and-planning-tools/product-models/
Save issue here. The renderings are always from the same camera pose. I'm using a Docker container with Ubuntu.
Hi, Thanks for your fast response. I added `vis.update_renderer()` and re-run `ns-install-cli`, but the view is still incorrect. Are there anything missing for updating the code? On the other hand,...