Skip to content

Coarse-to-fine dual-branch network for ship target recognition in complex environments

License

Notifications You must be signed in to change notification settings

yangt1013/CFDB-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coarse-to-fine dual-branch network for ship target recognition in complex environments

Requirement

python 3.8

Pytorch >=1.7

torchvision >=0.8

Training

  1. Download datatsets for GLPM (e.g. MAR-ships, CIB-ships, game-of-ships etc) and organize the structure as follows:
dataset

└── train/test

    ├── class_001
    
    |      ├── 1.jpg    
    |      ├── 2.jp
    |      └── ...    
    ├── class_002
    
    |      ├── 1.jpg
    |      ├── 2.jpg
    |      └── ...
    └── ...

2、Train from scratch with train.py.

MAR-ships dataset link:

ARGOS-Venice boat classification

website:https://pan.baidu.com/s/1OHBMLMXvkKima1nK5gF-4A?pwd=GLPM 
word:GLPM 

game-of-ships dataset link:

website:https://pan.baidu.com/s/1XkSwtPnxKblxZ6YQV4tEDA?pwd=GLPM 
word:GLPM 

About

Coarse-to-fine dual-branch network for ship target recognition in complex environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages