SegformerPlusPlus / docs /run /run_mmpose.md
KieDani's picture
Initial upload
60465e5 verified

Run Experiments (MMPose)

The configuration files for our models can be found here:

Training

python tools/train.py 'path/to/config'

Evaluation

python tools/test.py 'path/to/config' 'path/to/checkpoint'

FPS

python tools/analysis_tools/random_benchmark.py -c 'path/to/config' -i 3x480x640 -b 16