gpt4 book ai didi

python - Python错误:需要以下参数:-p/-shape-predictor

转载 作者:行者123 更新时间:2023-12-02 16:34:47 24 4
gpt4 key购买 nike

我是使用python的新手,我想运行此代码,但出现此错误。
码:

# construct the argument parse and parse the arguments
ap = argparse.ArgumentParser()
ap.add_argument("-p", "--shape-predictor", required=True, help="path to facial landmark predictor")
ap.add_argument("-v", "--video", type=str, default="", help="path to input video file")
args = vars(ap.parse_args())

enter image description here

用法:
detect_blinks.py [-h] -p SHAPE_PREDICTOR

我得到的错误是:
the following arguments are required: -p/--shape-predictor

最佳答案

如用法所示,您需要传递必要的参数-p/--shape-predictor

您可以按照以下方式运行此脚本:

python detect_blinks.py -p my/path/to/predictor

关于python - Python错误:需要以下参数:-p/-shape-predictor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60825168/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com