-
Hi, thanks for your work, which is definitly amazing. I want know whether the model can apply to another scene without fine-tune?
-
Thanks for the great research + code! I wanted to share some experiments I did replacing the nerf models from NeuS with a pytorch re-implementation of the multi-res hash encoding from NVIDIA's instant…
-
Convolutional Neural Networks, Recurrent Neural Networks, and other deep learning approaches have achieved unprecedented performance on a broad range of problems (e.g. Computer Vision and Speech Recog…
-
This is really a nit-picky detail, but there's no shebang ("#!/usr/bin/env python3") at the beginning of the ode_demo.py. Also, for some reason the graphics are not generating. I removed the savefig a…
-
I noticed that the processing of the model layers loaded into the graphics card's memory is now handled by the graphics card itself, not the processor. And it speeds up generation considerably. If I'm…
-
## Feature Name
NVIDIA
## Feature Description
Research about NVIDIA
## NVIDIA
NVIDIA is a leading technology company known for its graphics processing units (GPUs) and its advancements …
-
I have installed the eviroment. when execute the cmake --build build --config RelWithDebInfo -j 16 something error happend, the following is the cmake error log. please help me, Thanks!
compilation t…
-
My device is LaptopPC
Ubuntu16.04 64bit
Process: intel core i7-4650U
Graphics: intel Haswell Mobile
intel Movidius Neural Compute Stick V1
**[Required]** Details of the work you did before…
-
Steps to reproduce :
* add any multiple of 16 to the output of `NerfNetwork::padded_output_width()` for instance: `return std::max(m_rgb_network->padded_output_width(), (uint32_t)4) + 16;`
* build …
-
Hello,
I have a problem when i want to use OpenCL with Intel HD Graphics 620 (no problem with CUDA)
OpenCL version 2.1. No error when i test with Geeks 3D. OpenCL is running good.
But when the prog…