Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when loading nerf datasets #95

Closed
Jorgelzn opened this issue Jan 29, 2022 · 3 comments
Closed

Error when loading nerf datasets #95

Jorgelzn opened this issue Jan 29, 2022 · 3 comments

Comments

@Jorgelzn
Copy link

The program gives me the following error and i don´t know how to solve it.

ERROR Uncaught exception: Could not allocate memory: CUDA Error: cudaMalloc(&rawptr, n_bytes+DEBUG_GUARD_SIZE*2) failed with error out of memory
Captura de pantalla 2022-01-29 184514

@lone101
Copy link

lone101 commented Jan 29, 2022

Same error here

@PL-AD
Copy link

PL-AD commented Jan 29, 2022

Well, I don't know nothing about coding and everything, but I like to test stupid things, and I had the same problem, because it seems that my 3070 is really short on memory for custom scenes, and the Fox one too.
Strange thing is, it was working with the lego one..
So I tried to replicate the .json file from the lego scene into my own json file : for exemple deleting the first lines to only keep "camera angle_x" and then the different frames. I also had to start the command with a way tu reduce the window, something like :
./build/testbed --scene data/nerf_synthetic/[name_of_project]/transforms.json --width 1280 --height 720

In the end it worked, but the 8Go VRAM is short because if I try to resize the window while working, it shuts down the NeRF render window.
Hope it means something for those who understand how it works :P

@Tom94
Copy link
Collaborator

Tom94 commented Jan 30, 2022

Hi there, see #36 for more information and VRAM constraints. Unfortunately, 8 gigs are pushing the envelope for NeRF

@Tom94 Tom94 closed this as completed Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants