Multi-view Multi-person Evaluation¶
Overview
Argument
Example
Overview¶
This tool takes calibrated camera parameters, RGB sequences, 2d perception data and 3d ground-truth from MviewMpersonDataset as input, generate multi-view multi-person keypoints3d and evaluate on the Campus/Shelf/CMU-Panoptic datasets.
Argument¶
enable_log_file By default, enable_log_file is False and the tool will only print log to console. Add
--enable_log_filemakes it True and a log file named{smc_file_name}_{time_str}.txtwill be written.evaluation_config:
evaluation_configis the path to aTopDownAssociationEvaluationconfig file. For more details, see docs forTopDownAssociationEvaluationand the docstring in code.
Also, you can find our prepared config files at configs/mvpose/*/eval_keypoints3d.py or configs/mvpose_tracking/*/eval_keypoints3d.py.
Example¶
Evaluate on the Shelf dataset and run the tool without tracking.
python tools/mview_mperson_evaluation.py \
--enable_log_file \
--evaluation_config configs/mvpose/shelf_config/eval_keypoints3d.py
Evaluate on the Shelf dataset and run the tool with tracking.
python tools/mview_mperson_evaluation.py \
--enable_log_file \
--evaluation_config configs/mvpose_tracking/shelf_config/eval_keypoints3d.py