args = vars(ap.parse_args());这行代码出现了一些错误

时间:2019-05-24 09:21:24

标签: python

from __future__ import print_function
import argparse
import cv2
ap = argparse.ArgumentParser()
ap.add_argument("-i", "--image", required = True,help = "Path to the image")

args = vars(ap.parse_args())

0 个答案:

没有答案