GithubHelp home page GithubHelp logo

xmindflow / mmcformer Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 2.0 289 KB

[MIDL 2023] MMCFormer: Missing Modality Compensation Transformer for Brain Tumor Segmentation

Home Page: https://openreview.net/forum?id=PD0ASSmvlE

License: MIT License

Python 88.27% Jupyter Notebook 11.73%
segmentation brain brain-tumor-segmentation brats missing-modality transformers

mmcformer's Introduction

xmindflow.github.io

mmcformer's People

Contributors

amirhossein-kz avatar rezazad68 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mmcformer's Issues

Changing input size

Hi,

I was able to reproduce the results on Brats2018 data. However, I was training the model on another dataset with different input size (20x256x256 or 32x256x256) but getting error on this part:

# Decoder
d_base_feat_size = [4, 5, 6]
# PatchExpand Output
torch.Size([1, 544, 1280]) # x.shape
8 10 12 1 544 1280 # print(D, H, W, B, L, C)
---------------------------------------------
x = x.view(B, D, H, W, C)
RuntimeError: shape '[1, 8, 10, 12, 1280]' is invalid for input of size 696320

How do you compute d_base_feat_size for an input size of (20x256x256 or 32x256x256)?

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.