forked from matterport/Mask_RCNN
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'mrcnn' #1
Comments
What error did you get? Can you show more information? |
Hello,
I have a problem with this part off the code bubble.py :
# Parse command line arguments
parser = argparse.ArgumentParser(
description='Train Mask R-CNN to detect bubbles.')
parser.add_argument("command",
metavar="<command>",
help="'train' or 'splash'")
parser.add_argument('--dataset', required=False,
metavar="/path/to/bubble/dataset/",
help='Directory of the Bubble dataset')
parser.add_argument('--weights', required=True,
metavar="/path/to/weights.h5",
help="Path to weights .h5 file or 'coco'")
parser.add_argument('--logs', required=False,
default=DEFAULT_LOGS_DIR,
metavar="/path/to/logs/",
help='Logs and checkpoints directory
(default=logs/)')
parser.add_argument('--image', required=False,
metavar="path or URL to image",
help='Image to apply the color splash effect on')
parser.add_argument('--video', required=False,
metavar="path or URL to video",
help='Video to apply the color splash effect on')
args = parser.parse_args()
I have this error : bubble.py: error: the following arguments are required:
<command>, --weights
and this exception : SystemExit at args = parser.parse_args()
Can you help me if it's possible ?
Thanks !
Le ven. 1 avr. 2022 à 09:32, ywflow ***@***.***> a écrit :
… What error did you get? Can you show more information?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYP4A56ANFAOTNETWNDSC4LVC2RCJANCNFSM5SFPOLHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have problem with mrcnn.. vscode can't reconise my file, he think's it's a module.
The text was updated successfully, but these errors were encountered: