Zichen Wang

Results 5 comments of Zichen Wang

The code is correct. According to the eq. (2) in the paper, there is: $$ \begin{aligned} \frac{ ∑_{i=1}^N (V_i - \bar{V} )^2 }{N} &= \frac{∑_{i=1}^N (V_i^2 - 2V_i \bar{V} +...

This is my "environment.yml": ```yaml name: nerf channels: - conda-forge dependencies: - python=3.7 - pip - cudatoolkit=10.0.130 - tensorflow-gpu==1.15 - numpy=1.19.5 - matplotlib=3.5.2 - imageio=2.19.0 - imageio-ffmpeg=0.4.7 - configargparse=1.5.3 -...

To download "Rectified.zip", wget works: `wget http://roboimagedata2.compute.dtu.dk/data/MVS/Rectified.zip`

我也发现了这个问题,以前自动发音就是用的 bing 词典的声音,现在也不会自动发音了。

There may be old-version nvidia-cuda-toolkit packages installed in your computer. You can check it by: ```shell apt-cache policy nvidia-cuda-toolkit ``` For me, a package of version 10.1 appeared, which may...