未验证 提交 d4298260 编写于 作者: C chenjian 提交者: GitHub

fix dependencies (#1636)

上级 55429fcc
......@@ -31,7 +31,7 @@
- ### 1、环境依赖
- ppdet >= 2.1.0
- paddledet >= 2.1.0
- opencv-python
......@@ -60,7 +60,7 @@
tracker = hub.Module(name="fairmot_dla34")
# Read from a video file
tracker.tracking('/PATH/TO/VIDEO', output_dir='mot_result', visualization=True,
draw_threshold=0.5, use_gpu=False, from_device=False)
draw_threshold=0.5, use_gpu=False)
# or read from a image stream
# with tracker.stream_mode(output_dir='image_stream_output', visualization=True, draw_threshold=0.5, use_gpu=True):
# tracker.predict([images])
......
因为 它太大了无法显示 image diff 。你可以改为 查看blob
......@@ -31,7 +31,7 @@
- ### 1、环境依赖
- ppdet >= 2.1.0
- paddledet >= 2.1.0
- opencv-python
......@@ -62,7 +62,7 @@
tracker = hub.Module(name="jde_darknet53")
# Read from a video file
tracker.tracking('/PATH/TO/VIDEO', output_dir='mot_result', visualization=True,
draw_threshold=0.5, use_gpu=False, from_device=False)
draw_threshold=0.5, use_gpu=False)
# or read from a image stream
# with tracker.stream_mode(output_dir='image_stream_output', visualization=True, draw_threshold=0.5, use_gpu=True):
# tracker.predict([images])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册