caiyuanhao1998 / SAX-NeRF

"Structure-Aware Sparse-View X-ray 3D Reconstruction" (CVPR 2024)
https://arxiv.org/abs/2311.10959
MIT License
468 stars 19 forks source link

how to handle TIFF format? #34

Closed hei-xiaohuihui closed 1 week ago

hei-xiaohuihui commented 1 week ago

I only have tif format files, how should I handle them to input for training?

caiyuanhao1998 commented 1 week ago

Hi, thanks for your interest,

If the TIFF is the CT volume, please extract the 3D matrix and use our data generation code to synthesize training data pairs.

If the TIFF is the projection, please set the parameters of X-ray scanner in our dataloader script to load the training data pairs.