Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 392 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 392 Bytes

rssrai2019_scene_classification

  • The contest address is here

  • Baseline: Test Acc 90.14%

=======

  • step1
python3 preprocess.py
  • step2

​ Train from scratch:

python3 train.py

​ or Train from checkpoint:

python3 train.py --net-params /path/to/*.pth
  • step3
python3 test.py