Prime Cai
Prime Cai
Dear authors, Many thanks for open sourcing the impressive work. I came to notice that in order to calculate the depth maps, in https://github.com/sunset1995/DirectVoxGO/blob/341e1fc4e96efff146d42cd6f31b8199a3e536f7/lib/dvgo.py#L383 the depth is calculated using `step_id`,...
Hello, I'm wondering what is the size of the classification dataset(before and after decoding)? I assume I do not have so much disk space therefore some information would be very...
Hi, Many thanks for this repo---it is of great help! I'm wondering what the iterations used to train the pre-trained models specify? It seems I can reach, e.g. 660k iterations...
Hello, I am attempting to run the model on higher resolution(1024x768), but I got CUDA out of memory error on a 12gb GPU. If I downscale the images to half...
Hello, Many thanks for releasing the code. I'm wondering if the code actually support resuming from a checkpoint file? It looks like the function `parse_train_file` in kp2d/utils/config.py rejects a .ckpt...
Hi, Many thanks for releasing the awesome work! I would like to try GSN on some real world scenes, e.g. RealEstate10K, to see whether GSN can at lease produce some...
Hello, I'm wondering how much GPU memory is needed? I'm using an RTX2080Ti with 11Gb memory but keep getting CUDA out of memory error even if I add "-R 100"...