abrilcf / mednerf

MIT License
133 stars 30 forks source link

Inference reconstruction using higher resolution images #20

Open jaykshirsagar05 opened 5 months ago

jaykshirsagar05 commented 5 months ago

Hello,

I have trained a model using 512x512 images and I'm now attempting to perform model inference using the renderxray scripts. I am aware that reconstruction will require more GPU memory, so I have allocated 45GB of memory. However, I am still encountering out-of-memory errors. Can you suggest any approaches for performing inference on larger-resolution X-ray images?

Zhentao-Liu commented 2 months ago

I think maybe 512x512 image is too large, you may refer to stylenerf. But, did you every try 256x256? Does that work?