Code Monkey home page Code Monkey logo

transmatch_tmi's Introduction

TransMatch_TMI

This is a repository of the implementations of manuscript "TransMatch: A Transformer-based Multilevel Dual-Stream Feature Matching Network for Unsupervised Deformable Image Registration", which is submitted to the IEEE TMI journal.

Descriptions

The repository currently contains all the core implementation code. File descriptions, datasets, usage, and some visualization code are being uploaded.

Train and Infer Command

For Linux:

Train:
export CUDA_VISIBLE_DEVICES=0 (If needed)
python train.py

Infer:
export CUDA_VISIBLE_DEVICES=0 (If needed)
python infer.py

Dataset

Datasets is uploding now from my Synology NAS, upload expected to be completed by the end of June. You can now easily train the code by organizing your own datasets. Note that the code file located in /Model/datagenerators_atlas.py needs to be modified so that the dataset is loaded to match your dataset organization format.

TODO

  • Core implementation code
  • Description of run script
  • Visualization code
  • Datasets url link (upload expected to be completed by the end of June)
  • Checkpoint url link (upload expected to be completed by the end of June)
  • Docker images & Google Colab Documents

Contact

Please feel free to contact me if you have any further questions: snowbplus [AT] gmail [DOT] com

Acknowledgements

Thanks to Junyu Chen and Tony C. W. Mok for their guidance and help with the open source code.

transmatch_tmi's People

Contributors

tzayuan 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.