Closed Vierana closed 3 years ago
i run the code that you have and i got error
usage: newcameradetection.py [-h] -m MODEL -l LABELMAP newcameradetection.py: error: the following arguments are required: -m/--model, -l/--labelmap
how i can fix that ?
You need to pass the path to the model and labelmap, e.g. python newcameradetection.py -m <path to model> -l <path to labelmap>
python newcameradetection.py -m <path to model> -l <path to labelmap>
i run the code that you have and i got error
usage: newcameradetection.py [-h] -m MODEL -l LABELMAP newcameradetection.py: error: the following arguments are required: -m/--model, -l/--labelmap
how i can fix that ?