nglod
nglod copied to clipboard
Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Shapes (CVPR 2021 Oral)
Hi, I wonder that which models are used in the main paper. I understood that you make datasets via following procedure. 1) Thingi32: Selecting only 32 models from Thingi-10K(10000 models)....
Seems like the `#subdirectory=python` part in [requirements.txt](https://github.com/nv-tlabs/nglod/blob/main/infra/requirements.txt) had to be removed to install ```tinyobjloader``` properly.
Hi @tovacinni , thanks for this great work and the code release. I am trying to run your C++ renderer and meet the following segmentation fault. Can you guide me...
Thank you very much for your work and the provided code! I tried to run the C++ Renderer but encountered some problems when rendering higher LODs. I am using Windows...
Hi, I'm trying to build the sdf-net portion of the repository, but I'm having issues with the mesh2sdf library. I'm not entirely sure what library this corresponds to because it's...
Hi, when running the example command in the README for rendering, along with the --export flag (`python app/sdf_renderer.py \ --net OctreeSDF \ --num-lods 5 \ --pretrained _results/models/armadillo.pth \ --render-res 1280...
Thanks for your amazing work! I was wonder whether you can share code for computing metrics for SPC part? I try to train my own data using SPC, but I...
Hi, thank you for your wonderful job. I have tested the performance on your models and get some trouble about the accuracy. Here is my test process: I have a...
Has anyone tried rendering on a mobile device? While I would assume that sphere casting is slower than a traditional rendering pipeline it seems to me that there benefits in...
Hi, Thanks for a great work. I want to use your spc code, and found a function can generate a point's corners and parent. But the parent index generated has...