Skip to content

Daturl/EViT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

EViT

Folder Structure

Prepare the following folders to organize this repo:

EViT
├── EViT (code)
├── model_weights
├── results (save the masks predicted by models)
├── lightning_logs (training logs)
├── data
│   ├── whubuilding
│   │   ├── train
│   │   │   ├── images (original images)
│   │   │   ├── masks_origin (original masks)
│   │   │   ├── masks (converted masks)
│   │   ├── val (the same with train)
│   │   ├── test (the same with test)
│   │   ├── train_val (Merge train and val)
│   ├── spacenet
│   │   ├── train
│   │   │   ├── images (original images)
│   │   │   ├── masks_origin (original masks)
│   │   │   ├── masks (converted masks)
│   │   ├── val (the same with train)
│   │   ├── test (the same with test)
│   │   ├── train_val (Merge train and val)

Datasets

Usage

Clone the repository: git clone https://github.com/dh609/EViT.git
Hyper-parameters configuration and training are implemented in config/whubuilding/evit.py;
test.py predict the test dataset; Hyper-parameters configuration andtesting are implemented in config/whubuilding/evit.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages