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

Fix dependencies (#1638)

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