JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

code fails on aabb_scale = 16

Open arielbenitah opened this issue 2 years ago • 2 comments

Hi, I'm running the code with aabb_scale = 16 and "w": 960.0, "h": 540.0, and the code is failing with following message:

Screenshot from 2022-06-07 17-42-07

Running on NVIDIA GeFORCE RTX 2080TI

thanks for your help

arielbenitah avatar Jun 07 '22 14:06 arielbenitah

Maybe gpu OOM. You can take a check.

DuinoDu avatar Jun 08 '22 09:06 DuinoDu

This bug is triggered when aabb_scale is large, and this bug has been fixed. You can pull the latest jnerf to try.

Gword avatar Jun 23 '22 14:06 Gword