Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial-Temporal-Channel Collaborative Feature Learning with Transformers for Infrared small target Detection

Model

STC
STC

PR results on the ITSDT-15K and IRDST datasets

pr
Ipr

Datasets

1. Datasets are available at IRDST and ITSDT

2. The COCO format need to convert to txt format.

python utils_coco/coco_to_txt.py

3. The folder structure should look like this:

Dataset
├─coco_train.txt
├─coco_val.txt
├─annotations
├─images
│   ├─train
│   │   ├─data5
│   │   │   ├─0.bmp
│   │   │   ├─ ...
│   │   │   ├─2999.bmp
│   │   │   ├─ ...
│   │   ├─ ...
│   ├─test
│   │   ├─data6
│   │   │   ├─0.bmp
│   │   │   ├─ ...
│   │   │   ├─398.bmp
│   │   │   ├─ ...
│   │   ├─ ...

3. The class of dataset should write to a txt file.

Such as model_data/classes.txt

Train

The hyper-parameters are set in train.py

python tarin.py

Evaluate

The hyper-parameters are set in vid_map_coco.py

python vid_map_coco.py

Visualization

The hyper-parameters are setted in vid_predcit.py

python vid_predcit.py

Reference

https://github.com/bubbliiiing/yolox-pytorch/

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages