Nvidia Research Turns 2D Photos into 3D Scenes
blogs.nvidia.com
Nvidia Research Turns 2D Photos into 3D Scenes
1–10 of 239 posts
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#2Generating the novel viewpoints is almost fast enough for VR, assuming you're tethered to a desktop computer with whatever GPUs they're using (probably the best setup possible).
The holy grail (from my estimation) is getting both the training and the rendering to fit into a VR frame budget. They'll probably achieve it soon with some very clever techniques that only require differential re-training as the scene changes. The result will be a VR experience with live people and objects that feels photorealistic, because it essentially is based on real photos.
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#3Re: Nvidia Research Turns 2D Photos into 3D Scenes
#4Re: Nvidia Research Turns 2D Photos into 3D Scenes
#5>The model requires just seconds to train on a few dozen still photos — plus data on the camera angles they were taken from — and can then render the resulting 3D scene within tens of milliseconds. Generating the novel viewpoints is almost fast enough for VR, assuming you're tethered to a desktop computer with whatever GPUs they're using (probably the best setup possible). The holy grail (from my estimation) is getti…
Doesn't seem like much of a stretch to determine the angles as well.
E.g. a semi brute forced way with GANs
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#6Re: Nvidia Research Turns 2D Photos into 3D Scenes
#7Are there examples of this being used on large outdoor spaces?
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#8- Shooting a movie from a few cameras, creating a movie version of a NeRF using those angles, and then dynamically adding in other shots in post
- Using lighting and depth information embedded in NeRFs to assist in lighting/integrating CG elements
- Using NeRFs to generate virtual sets on LED walls (like those on The Mandalorian) from just a couple of photos of a location or a couple of renders of a scene (currently, the sets have to be built in a game engine and optimized for real time performance).
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#9My prediction/hope is that NeRFs will totally revolutionize how the film/TV industry. I can imagine: - Shooting a movie from a few cameras, creating a movie version of a NeRF using those angles, and then dynamically adding in other shots in post - Using lighting and depth information embedded in NeRFs to assist in lighting/integrating CG elements - Using NeRFs to generate virtual sets on LED walls (like those on The…
Re: Nvidia Research Turns 2D Photos into 3D Scenes
#10>The model requires just seconds to train on a few dozen still photos — plus data on the camera angles they were taken from — and can then render the resulting 3D scene within tens of milliseconds. Generating the novel viewpoints is almost fast enough for VR, assuming you're tethered to a desktop computer with whatever GPUs they're using (probably the best setup possible). The holy grail (from my estimation) is getti…
> plus data on the camera angles they were taken from Doesn't seem like much of a stretch to determine the angles as well. E.g. a semi brute forced way with GANs