VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can I write the argument ("--input") in predict.py

chinavrnew opened this issue · comments

In the predict.py, I wrote
parser.add_argument("--input", type=str, required=True, default='E:/AI/DeepLab/test',help="path to an image or directory")
and I got predict.py: error: the following arguments are required: --input