Skip to content

Gritiii/test2

Repository files navigation

🌳 Code Structure

├─CMSANet
|   ├─utils.py
|   ├─vis.py # vis.py is the code for visualization
|   ├─test.py
|   ├─test.sh
|   ├─train.py
|   ├─train.sh
|   ├─train_base.py
|   ├─train_base.sh
|   ├─util
|   ├─model
|   |   ├─workdir
|   |   ├─util
|   |   ├─few_seg
|   |   |    └CMSANet.py
|   |   ├─backbone
|   |   ├─clip
|   ├─lists
|   ├─initmodel
|   |     ├─PSPNet
|   |     ├─CLIP
|   ├─vgg16_bn.pth
|   ├─resnet50_v2.pth
|   ├─exp
|   ├─dataset
|   ├─config
├─data
|  ├─iSAID
|  |   ├─train.txt
|  |   ├─val.txt
|  |   ├─img_dir
|  |   ├─ann_dir

📝 Data Preparation

Train

Training base-learners (two options)

Training few-shot models

To train a model, run

sh train.sh

Testing few-shot models

To evaluate the trained models, run

sh test.sh

👏 Acknowledgements

The project is based on PFENet , R2Net and PI-CLIP. Thanks for the authors for their efforts.

About

A few-shot segmentation network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors