Jupyter Notebook中的ipykernel错误用于对象检测

时间:2019-03-07 09:17:03

标签: python tensorflow jupyter-notebook jupyter

代码:

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查看完整的追溯。

我的程序中出现此错误。我该怎么解决?

0 个答案:

没有答案