Skip to content

zwzheng98/QCLNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quaternion-valued Correlation Learning for Few-Shot Semantic Segmentation

This is the implementation of our paper Quaternion-valued Correlation Learning for Few-Shot Semantic Segmentation that has been accepted to IEEE Transactions on Circuits and Systems for Video Technology (TCSVT).

Requirements

  • Python 3.7
  • PyTorch 1.5.1
  • cuda 10.1
  • tensorboard 1.14

Datasets

Test and Train

Using PASCAL-5i as an example

Training

PASCAL-5i

python train.py  backbone=$BACKBONE$ fold=$FOLD$  dataset=$DATASET$  batch_size=$BATCH_SIZE$  

Testing

PASCAL-5i

python test.py  backbone=$BACKBONE$ fold=$FOLD$  dataset=$DATASET$  batch_size=$BATCH_SIZE$  load=$BEST_MODEL_PTH$

Visualization

References

This repo is mainly built based on HSNet. Thanks for their great work!

Citation

If you find this project useful, please consider citing:

@article{zheng2022qclnet,
  title={Quaternion-valued Correlation Learning for Few-Shot Semantic Segmentation},
  author={Zheng, Zewen and Huang, Guoheng and Yuan, Xiaochen and Pun, Chi-Man and Liu, Hongrui and Ling, Wing-Kuen},
  journal={IEEE Transactions on Circuits and Systems for Video Technology},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages