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

撤销修改

parent 50ebc25b
...@@ -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",
) )
......
...@@ -57,7 +57,7 @@ def get_extensions(): ...@@ -57,7 +57,7 @@ def get_extensions():
setup( setup(
name="maskrcnn", name="maskrcnn_benchmark",
version="0.1", version="0.1",
author="fmassa", author="fmassa",
url="https://github.com/facebookresearch/maskrcnn-benchmark", url="https://github.com/facebookresearch/maskrcnn-benchmark",
......
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