Skip to content

casiatao/PAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAD:Self-Supervised Pre-Training with Patchwise-Scale Adapter for Infrared Images

Introduction

This repository contains the official PyTorch implementation of the following paper:

PAD:Self-Supervised Pre-Training with Patchwise-Scale Adapter for Infrared Images,
Tao Zhang, Kun Ding, Jinyong Wen, Yu Xiong, Zeyu Zhang, Shiming Xiang, Chunhong Pan

paradigm

architecture

Installation

Please refer to INSTALL.md for installation.

MSIP Dataset

Please refer to DATASET.md for dataset preparation.

Pre-training

Please refer to PRETRAIN.md for the pre-training instruction.

Semantic Segmentation

Please refer to SEGMENTATION.md for the semantic segmentation instruction.

Object Detection

Please refer to DETECTION.md for the object detection instruction.

Citation

If you find this repository helpful, please consider giving it a star and citing:

@misc{zhang2023pad,
      title={PAD: Self-Supervised Pre-Training with Patchwise-Scale Adapter for Infrared Images}, 
      author={Tao Zhang and Kun Ding and Jinyong Wen and Yu Xiong and Zeyu Zhang and Shiming Xiang and Chunhong Pan},
      year={2023},
      eprint={2312.08192},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Acknowledgement

This code is built using the timm library, the BEiT repository, the MAE repository, the mmsegmentation repository, and the detectron2 repository.

About

PyTorch implementation of the paper "PAD:Self-Supervised Pre-Training with Patchwise-Scale Adapter for Infrared Images"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published