更换文档检测模型
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user