Skip to content
/ STFA Public

Structural Tensor and Frequency Guided Semi-Supervised Segmentation for Medical Images

License

Notifications You must be signed in to change notification settings

apple1986/STFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structural Tensor and Frequency Guided Semi-Supervised Segmentation for Medical Images

by Xuesong Leng, Xiaxia Wang, Wenbo Yue, Jianxiu Jin, Guoping Xu*

Installation

Ubuntu 22.04 Conda Environment Setup

Create your own conda environment

conda create -n STFA python=3.10
conda activate STFA
Install Pytorch == 2.0.0(depends on your NVIDIA driver and you can see your compatible CUDA version at the right hand corner in nvidia-smi)
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia

Run

python train_STFA.py

Test

python test_fully.py

About

Structural Tensor and Frequency Guided Semi-Supervised Segmentation for Medical Images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages