How to add file (image) path to the command line argument in python

后端 未结 0 1243
北海茫月
北海茫月 2020-12-23 14:20

This is the actual code

import argparse
import cv2

    ap=argparse.ArgumentParser()
    ap.add_argument("-i","--image",r         


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