PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.82k stars 2.89k forks source link

PP-Tracking可视化界面的行人跨境头追踪模型调用的是多类别小目标模型,而非行人跨境追踪模型,运行会出错。 #4836

Closed gitqinxinyu closed 2 years ago

gitqinxinyu commented 2 years ago

捕获

nemonameless commented 2 years ago

你好,请发下运行命令。也可以更新一下代码再运行一次看看。

gitqinxinyu commented 2 years ago

命令为python main.py

gitqinxinyu commented 2 years ago

另外行人跨境追踪模型可以提供一下嘛?我看好像目前只有车辆跨境追踪的模型

jerrywgz commented 2 years ago

目前GUI还没有支持跨境跟踪的功能,可以先用deploy/pptracking/python下的跨境跟踪

gitqinxinyu commented 2 years ago

deploy/pptracking/python下的跨境跟踪也没有行人跨境追踪的模型,只有车辆的。

nemonameless commented 2 years ago

deploy/pptracking/python下的跨境跟踪也没有行人跨境追踪的模型,只有车辆的。

行人跨境跟踪效果不佳,检测模型还是推荐自己的数据集单独训一个,按原先的pp-yolo或picodet的配置训就可以,本质上是检测和reid分离的方法,检测权重是完全独立的,其实甚至可以直接用coco训好的模型权重去测。

paddle-bot-old[bot] commented 2 years ago

Since this issue has not been updated for more than three months, it will be closed, if it is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. It is recommended to pull and try the latest code first. 由于该问题超过三个月未更新,将会被关闭,若问题未解决或有后续问题,请随时重新打开(建议先拉取最新代码进行尝试),我们会继续跟进。