Skip to content

laserbox/ARCNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCNet

Requirement

pytorch>1.0

python=3.6

Symbolic link the dataset to the datasets folder:

datasets/
        ucm/
            class_1/
            class_2/
            ...
        whu/
            class_1/
            class_2/
            ...
        aid/
            class_1/
            class_2/
            ...
        opt/
            class_1/
            class_2/
            ...

First: train the baseline model, fine-tune the imagenet pretrained model on remote sensing dataset:

    python baseline_train.py

Second: train the arcnet model:

    python train.py

About

Scene Classification with Recurrent Attention of VHR Remote Sensing Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages