8000 GitHub - medcx/MSTAR: This is a codebase for classification on MSTAR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

medcx/MSTAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classification-on-MSTAR

This is a codebase for classification on MSTAR

Download dataset

To get start, you must download the mstar dataset from MSTAR.

Then, save it to dataset folder.

Training process

Please run the following code to train the model.

python main.py --data_path ./dataset --epochs 300 --use_gpu True --train

Test process

Please run the following code to test on MSTAR.

python main.py --data_path ./dataset --use_gpu True --checkpoint ./checkpoint/model_best.pth 

About

This is a codebase for classification on MSTAR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0