Skip to content

flashxin/HR-UVnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HR-UVnet : A spatial domain and frequency domain dual-branch network for COVID-19 diagnosis

## Installation Clone the repo:
git clone https://github.com/flashxin/HR-UVnet.git

Dataset download link

Data Preprocess

File directory organization

└── Train
          ├── 0
            ├──XXX1.png
            ├──XXX2.png
                    :
            └──XXXn.png
          ├── 1
                    :
          └── n
└── Val
          ├── 0
          ├── 1
                    :
          └── n

Custom datasets

If you want to use your own dataset or generalize our methodology, you need to complete two steps.

  • Adjust the file directory to meet the code requirements
  • Modify the path to the dataset in /net/LoadDataset.py

Citation

  • If you found our work useful in your research, please consider citing our work at:
    #No published paper, will be updated later

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages