AI葵
AI葵
Which implementation do you use to generate these results? They seem much worse than the results reported in the paper and the results I got with [my implementation](https://github.com/kwea123/nerf_pl). ![Screenshot from...
Change line ending from CRLF to LF to make it legible in the browser.
When I played manually in Unity, once I fell down into the void at level 15, I had to restart from level 0. Is there a function to select level...
Several changes : 1. Modify the models (both v1 and v2) so that they can take arbitrary batch size. Currently the batch size is fixed once you create the model,...
Apply triangle mesh in the ply file to unity mesh if existing. It is useful for mesh rendering and collision detection Example video: https://youtu.be/I2M0xhnrBos
Hi, after getting the mesh, how to create AR demo like shown in your project page?
How much is the time of inference (for example for a batch size of 32)?
As discussed in A.3, training a and b does not seem to influence the performance. An intuition is as what you mentioned: "as the b_j values do not deviate significantly...
Hi, thanks for your great work. This issue is just a suggestion of possible enhancement. When testing the model, currently the output images are ground truth, the output from the...
Hi, I've read that supervised learning methods tend to overfit on the data they are trained on. For example, if you train on CityScapes but evaluate on KITTI, you get...