-
I run the command `pip install neural_renderer_pytorch`
I tried to install `pip install pyproject-toml`
Get the error message:
```
rom neural_renderer/cuda/load_textures_cuda.cpp:1:
/home…
-
this is the Error Message
pip install neural_renderer_pytorch
Collecting neural_renderer_pytorch
Using cached https://files.pythonhosted.org/packages/15/28/dd59b5098e60e75948ae414ee657005972171…
-
I implemented a renderer in jupyter that incorporates a neural network, but when I set the SPP a little too large, say 30, it causes jupyter to crash,i do not know what is the problem
![image](https:…
-
what'is wrong with this?
AttributeError: module 'neural_renderer' has no attribute 'Renderer'@daniilidis-group
-
error info:
D:/dev/app/Anaconda3/envs/pytorch/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1490): error C3203: 'templated_iterator': unspecialized class template can't be used as a templa…
-
## 一言でいうと
2Dの画像を3Dメッシュ(頂点と面で3Dを構築した画像)に変換する研究。2D上のピクセルと3D上の頂点/面間で差分(=勾配)を定義する=微分可能なレンダリングを定義するアプローチをとっている。ただ頂点の移動に対する色の変化は離散的(面に入ると唐突に色が変わる)ので、境界を徐々に変化させている。
![image](https://user-images.githubu…
-
Hey, I ran "python demo.py" and got this error:
![image](https://github.com/benjiebob/WLDO/assets/91551667/1a78164d-e848-4e98-8659-1cec39f6afab)
could you help me, thanks!
-
@elliottwu
I'm using a Windows environment, RTX 3080
when using the install neural_renderer_pytorch , an error is displayed:
error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUD…
-
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.
…
-
Hi, I'm trying to run the training code on `ZJU-mocap` dataset. The code works fine with `batch_size=1` (as in `eval` scripts), but got error when `batch_size=4` (as in `train` scripts).
In [this l…