PointMVSNet
PointMVSNet copied to clipboard
RuntimeError:CUDA Out of memory.Tried to allocated 800.00 MiB(GPU 0 :7.79 GiB Total capacity)
I also meet the same problem, I think there are two way to solve it:
(1) Modify the config file: "dtu_wde3.yaml", the parameter "NUM_WORKERS" from 64 to 8, then it works(I have verified it) (2) Use a high memory gpu(16G), I fail to run it with "NUM_WORKERS"=64 (my gpu is 11G)