How to run my Python code using Spyder, without the error “the following arguments are required: -p/--shape-predictor”?

后端 未结 0 1792
一生所求
一生所求 2021-02-02 17:00

How can I run this?

    ap = argparse.ArgumentParser()
ap.add_argument("-p", "--shape-predictor", required=True,
    help="path to facial         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题