Wang Libin

Results 2 comments of Wang Libin

I see this in main.py `parser.add_argument('--max_ray_batch', type=int, default=1024, help="batch size of rays at inference to avoid OOM (only valid when not using --cuda_ray)")` this arg indeed can reduce the risk...

Hey huys, I found the main problem is bpy is not working. I just simply import bpy ` import bpy Traceback (most recent call last): File "", line 1, in...