Ruyi-Zha / naf_cbct

MIT License
106 stars 20 forks source link

IntraTomo3D baseline #16

Closed wss182 closed 1 month ago

wss182 commented 2 months ago

Thank you for your excellence in this project! Could you please tell me how to obtain the baseline results for IntraTomo? Is it through python code or other ways?

Ruyi-Zha commented 2 months ago

Thanks for your interest. Since the intraTomo code is not publicly available, we implement it in our own way. Specifically, we think of intraTomo as an X-ray version of NeRF. we replace the hash encoder in our method with a frequency encoder and use a bigger 6-layer 256-wide MLP, as shown in the intraTomo paper. You can do this by simply modifying the configuration file. Please note that the original intraTomo paper lacks many implementation details and is not originally for 3D CT reconstruction. We use intraTomo primarily as an example of ordinary NeRF for comparison.

wss182 commented 1 month ago

你好,已收到邮件!