Commit d1cb2b01 authored by 吴升宇's avatar 吴升宇

fix setup

parent 2055a73c
...@@ -12,7 +12,7 @@ def img_to_three_color_map(img): ...@@ -12,7 +12,7 @@ def img_to_three_color_map(img):
parser = argparse.ArgumentParser(description="PyTorch Object Detection Webcam Demo") parser = argparse.ArgumentParser(description="PyTorch Object Detection Webcam Demo")
parser.add_argument( parser.add_argument(
"--config-file", "--config-file",
default="configs/caffe2/e2e_mask_rcnn_R_50_FPN_1x_caffe2.yaml", default="../configs/caffe2/e2e_mask_rcnn_R_50_FPN_1x_caffe2.yaml",
metavar="FILE", metavar="FILE",
help="path to config file", help="path to config file",
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment