Skip to content
forked from lzhang30/CMILP

A description projection for our Cross Margin-Information-based Pseudo-Label

License

Notifications You must be signed in to change notification settings

MoriLabNU/CMIPL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CMIPL

A description projection for our Cross Margin-Information-based Pseudo-Label

Data Preprocess

To prepare the dataset, you can follow the work of WLSMIS

You can also run python code/scribbles_generator.py for scribble label generating and

python code/dataloaders/word_data_processing.py for data preprocessing.

Our work is based on 2D medical CT images.

Model Training

Run

CUDA_VISIBLE_DEVICES=0 python train_ours_refine.py --fold fold1 --seed 114514 --base_lr 3e-2 --num_classes 15 --batch_size 8 --exp ours_cmipl

for model training. Have fun.

About

A description projection for our Cross Margin-Information-based Pseudo-Label

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published