PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

评估人头模型的结果全是0,我该用什么方式来评估官方提供的人头模型呢

beiwushijie opened this issue · comments

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

我运行这个评估命令,MOT16测试集评估模型,得出来的结果全是0,但是这个模型是可以检测人头的,这是什么情况呢。希望大佬可以指点迷津。模型地址https://paddledet.bj.bcebos.com/models/mot/fairmot_dla34_30e_1088x608_headtracking21.pdparams

!CUDA_VISIBLE_DEVICES=0 python tools/eval_mot.py -c configs/mot/fairmot/fairmot_dla34_30e_1088x608.yml -o weights=output/fairmot_dla34_30e_1088x608_headtracking21/fairmot_dla34_30e_1088x608_headtracking21.pdparams
image