Skip to content

Code for "DISCO: Disentangled Integration via Structured Collaboration and Optimization for Robust Multi-Modal Segmentation"

License

Notifications You must be signed in to change notification settings

devinxzhang/DISCO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCO

Environment

Requirements

  • The requirements can be installed with:

    conda create -n mfuser python=3.9 numpy=1.26.4
    conda activate mfuser
    conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.8 -c pytorch -c nvidia
    pip install -r requirements.txt
    pip install xformers==0.0.20
    pip install mmcv-full==1.5.1 
    pip install mamba_ssm==2.2.2
    pip install causal_conv1d==1.4.0

Datasets

  • To set up datasets, please follow the official DELIVER repo.

About

Code for "DISCO: Disentangled Integration via Structured Collaboration and Optimization for Robust Multi-Modal Segmentation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published