Skip to content

Testing

Eric Hofesmann edited this page Nov 15, 2019 · 2 revisions

Testing a model on a dataset

Run eval.py with the argument --cfg_file pointing to the desired model config yaml file.

Ex: From the root directory of ViP, evaluate the action recognition network C3D on HMDB51

python eval.py --cfg_file models/c3d/config_test.yaml
Clone this wiki locally