Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 684 Bytes

GETTING_STARTED.md

File metadata and controls

26 lines (19 loc) · 684 Bytes

Getting Started

Before getting started, you should read

Launching Tasks

Take person re-identification as example,

Training

python3 launch.py --config configs/reid_strong_baseline/strong_baseline_market1501_r50v1_xent_tri_cent.py

Testing

python3 launch.py --config configs/reid_strong_baseline/strong_baseline_market1501_r50v1_xent_tri_cent.py --task val

Export

python3 launch.py --config configs/reid_strong_baseline/strong_baseline_market1501_r50v1_xent_tri_cent.py --task export