更换文档检测模型

This commit is contained in:
2024-08-27 14:42:45 +08:00
parent aea6f19951
commit 1514e09c40
2072 changed files with 254336 additions and 4967 deletions

View File

@@ -0,0 +1,13 @@
===========================pipeline_infer_python_params===========================
model_name:pphuman
python:python3.7
filename:null
##
infer_mode:norm
input_list:image|video
use_gpu:True
inference:deploy/pipeline/pipeline.py --config=deploy/pipeline/config/infer_cfg_pphuman.yml
--device:cpu|gpu
--image_file:./demo/000000014439.jpg
--video_file:./dataset/mot/test.mp4

View File

@@ -0,0 +1,13 @@
===========================pipeline_infer_python_params===========================
model_name:ppvehicle
python:python3.7
filename:null
##
infer_mode:norm
input_list:image|video
use_gpu:True
inference:deploy/pipeline/pipeline.py --config=deploy/pipeline/config/infer_cfg_ppvehicle.yml
--device:cpu|gpu
--image_file:./demo/000000014439.jpg
--video_file:./dataset/mot/test.mp4