提交 55492911 编写于 作者: L LDOUBLEV

RGB 2 BGR

上级 010533bd
......@@ -137,6 +137,6 @@ if __name__ == "__main__":
os.makedirs(draw_img_save)
cv2.imwrite(
os.path.join(draw_img_save, os.path.basename(image_file)),
draw_img)
draw_img[:, :, -1])
print("The visualized image saved in {}".format(
os.path.join(draw_img_save, os.path.basename(image_file))))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册