代码:
parser = argparse.ArgumentParser(description='Use this script to run Mask-RCNN
object detection and segmentation')
parser.add_argument('--image', help='Path to image file')
parser.add_argument('--video', help='Path to video file.')
args = parser.parse_args()
错误:
用法:ipykernel_launcher.py [-h] [--image IMAGE] [--video VIDEO] ipykernel_launcher.py:错误:无法识别的参数:-f C:\ Users \ MohammadAmin \ AppData \ Roaming \ jupyter \ runtime \ kernel-bf96e8dd-1565-4d9c-b59a-583d1f3dd5fb.json
发生了异常,请使用%tb查看完整的追溯。
我的程序中出现此错误。我该怎么解决?