You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: