Git Product home page Git Product logo

dif-net's Introduction

DIF-Net

Yiqun Lin, Zhongjin Luo, Wei Zhao, Xiaomeng Li, "Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction," MICCAI 2023. [paper]

0. Citation

@inproceedings{lin2023learning,
  title="Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction",
  author="Lin, Yiqun and Luo, Zhongjin and Zhao, Wei and Li, Xiaomeng",
  booktitle="Medical Image Computing and Computer Assisted Intervention -- MICCAI 2023",
  pages="13--23",
  year="2023",
  publisher="Springer Nature Switzerland"
}

1. Installation

torch 1.8.0
numpy, opencv-python, SimpleITK

2. Data Preparation

Please follow the scripts (4 steps) given in ./data/knee_cbct/*.npy to conduct preprocessing. For detailed instructions, please refer to ./data/knee_cbct/README.md. The processed data will be organized as follows.

├── ./data/knee_cbct/
│   ├── config.yaml
│   ├── info.json
│   ├── processed/
│   │   └── FL-140400.nii.gz
│   ├── blocks/
│   │   ├── blocks.npy
│   │   ├── FL-140400/
│   │   │   ├── block_0.npy
│   │   │   ├── block_1.npy
│   │   │   └── ...
│   ├── projections_normalized/
│   │   └── FL-140400.pickle

3. Training and Testing

Follow the scripts given in ./scripts/*.sh to conduct training and testing.

License

This repository is released under MIT License (see LICENSE file for details).

dif-net's People

Contributors

lyqun avatar

Stargazers

BJywhy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.