-
Hi, an error occured when i use the generated transforms_left.json to render the corresponding left view images, like
```
C:\ProgramData\anaconda3\python.exe D:/instant-ngp/scripts/run.py
16:23:24…
-
Dear @daviddmc,
I was trying to reproduce the visualization you made Fig.13 in the nesvor paper, i.e. the different levels of the learnt hashgrid. However I have not managed so far to obtain similar …
-
I have some questions about DMTET fine-tuning.
DMTet makes mesh as final representations; I'm curious how we learn the texture of mesh at DMTet fine-tuning stages.
And how do you render mesh ren…
-
2023-08-13 07:32:27.550330: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable th…
-
Hello,
I've installed Kaolin-wisp a few days ago, on Ubuntu 20.04 (since it crashes during compilation on Windows). I followed exactly the Quickstart installation (I literally copy-pasted the content…
-
Hello,
Thanks for the awesome work. I am trying to execute the training script however I get the following error:
```
from .backend import _backend
File "/home/manuel/projects/mlp_maps/l…
mra-h updated
11 months ago
-
I am using a hash grid + mlp scheme like this:
```
self.mlp_sdf = tcnn.NetworkWithInputEncoding(
n_input_dims=num_dim,
n_output_dims=1 + self.geo_feat_dim, # if …
-
I don't understand what motivated NeRF distillation, can you explain?
-
`RuntimeError: Trying to backward through the graph a second time (or directly access saved tensors after they have already been freed). Saved intermediate values of the graph are freed when you call …
-
Thanks for your brilliant work!
I'm interested in the modifications in the latest commit that update the grid encoder, which seems to replace the `tilegrid` to `hashgrid`, Can you briefly explain w…