-
Hi
the mesh seems be explicitly learned, how to modify the config for implicit learning?
Thanks
-
**Describe the bug**
I have tried your example script for **evaluation**:
```Bash
DATA="Wineholder"
RES="800x800"
ARCH="nsvf_base"
SUFFIX="v1"
DATASET=/private/home/jgu/data/shapenet/release/…
-
-
### Links
- Paper : https://arxiv.org/abs/2003.08934
- Github : https://github.com/bmild/nerf
- Project Page : https://www.matthewtancik.com/nerf
### 한 줄 요약
- 하나의 scene에 대한 여러 view의 2d image들을 …
-
Dear author,
Thanks for your excellent work! I want to try to get model without the background,I downloaded your training set and remove the background.
No matter whether "use_white_bkgd" is set t…
-
I have been trying to find out how and when the code stores the image. I wanted to know if it's possible to store results, say,for every 100 iterations?
if yes, how can I do it?
-
Hi, thanks for the code!
I just started to learn this paper with your code.
As far as I understand, there are two neural networks, and I trained them jointly using the train.py, with 410 basketball …
IQ17 updated
9 months ago
-
Running script:
```bash
python -u /home/stud/kghasemi/.pycharm_helpers/pydev/pydevd.py --multiproc --qt-support=auto --client 0.0.0.0 --port 41219 --file /tmp/kghasemi/GRF/train.py /tmp/kghasemi/dat…
-
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 10 / Libtorch 1.8 / CUDA 11.1 wi…
-
Hi, wu!
congratulations to you for unsup3d has been elected as the CVPR2020 best paper. Inspired from your repo, I just replace the neural renderer with **pytorch3d** point cloud renderer.
…