未验证 提交 3428d97f 编写于 作者: Z zhiboniu 提交者: GitHub

rename imshow name; (#6295)

test=document_fix
上级 5019c3bc
......@@ -671,7 +671,7 @@ class PipePredictor(object):
center_traj) # visualize
writer.write(im)
if self.file_name is None: # use camera_id
cv2.imshow('PPHuman&&PPVehicle', im)
cv2.imshow('Paddle-Pipeline', im)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
continue
......@@ -833,7 +833,7 @@ class PipePredictor(object):
center_traj) # visualize
writer.write(im)
if self.file_name is None: # use camera_id
cv2.imshow('PPHuman', im)
cv2.imshow('Paddle-Pipeline', im)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册