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.76k stars 2.88k forks source link

模型推理输出参数 #8684

Open suntinsion opened 1 year ago

suntinsion commented 1 year ago

问题确认 Search before asking

请提出你的问题 Please ask your question

模型推理的时候输出的参数是固定的吗?比如说区域进出统计的时候,只有进方向的数量统计,没有出方向的数量统计,这些输出的参数可以自定义调整吗?还有垂直横向的进出统计的线条是否可以自定义摆放?

zhiboniu commented 8 months ago

你好,你说的这些都是支持自定义修改的,可以参考文档:https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.7/deploy/pipeline/docs/tutorials/pphuman_mot.md