Marvin Tunji-ola

Results 7 comments of Marvin Tunji-ola

Hello @stygianlgdonic, thanks for opening this issue. I've been really busy lately, I'll look into this as soon as I can. You're as well welcome to open a PR and...

I also couldn't find it using the notebook file explorer at first, but it was there when I did `ls /notebooks/RAD-NeRF/trial_gary/checkpoints` in the notebook.

Experiencing the same issue when I use `--preload 2`. What happens is when loading the dataset, the RAM usage keeps increasing, eventually gets maxed out and gets killed. Been stuck...

After further investigation, I found the following lines of code to be the culprit https://github.com/ashawkey/RAD-NeRF/blob/0de5ed259592592294677ad6cf7605f478a0de57/nerf/provider.py#L530-L532 Due to `np.stack` allocating memory to the new array as well as the existing memory...

Can you please break down the behaviour you described above?

Hi, Thanks for pointing this out!

I'll try to reproduce this and let you know.