We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I have problem here. How can I fix that? thank you.
ai@ec:$ cd anaconda3/ ai@ec:/anaconda3$ cd Mask_RCNN/ ai@ec:/anaconda3/Mask_RCNN$ ls assets MANIFEST.in README.md setup.cfg visualize.py images mask_rcnn_coco.h5 requirements.txt setup.py LICENSE mrcnn samples visualize_cv.py ai@ec:/anaconda3/Mask_RCNN$ python visualize.py File "visualize.py", line 77 model.load_weights(COCO_MODEL_PATH, by_name=True) ^ IndentationError: unexpected indent ai@ec:/anaconda3/Mask_RCNN$ ls assets MANIFEST.in README.md setup.cfg visualize.py images mask_rcnn_coco.h5 requirements.txt setup.py LICENSE mrcnn samples visualize_cv.py ai@ec:/anaconda3/Mask_RCNN$ cd mrcnn/ ai@ec:/anaconda3/Mask_RCNN/mrcnn$ ls config.py model.py pycache visualize.py init.py parallel_model.py utils.py ai@ec:/anaconda3/Mask_RCNN/mrcnn$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I have problem here. How can I fix that? thank you.
ai@ec:
$ cd anaconda3//anaconda3$ cd Mask_RCNN/ai@ec:
ai@ec:
/anaconda3/Mask_RCNN$ ls/anaconda3/Mask_RCNN$ python visualize.pyassets MANIFEST.in README.md setup.cfg visualize.py
images mask_rcnn_coco.h5 requirements.txt setup.py
LICENSE mrcnn samples visualize_cv.py
ai@ec:
File "visualize.py", line 77
model.load_weights(COCO_MODEL_PATH, by_name=True)
^
IndentationError: unexpected indent
ai@ec:
/anaconda3/Mask_RCNN$ ls/anaconda3/Mask_RCNN$ cd mrcnn/assets MANIFEST.in README.md setup.cfg visualize.py
images mask_rcnn_coco.h5 requirements.txt setup.py
LICENSE mrcnn samples visualize_cv.py
ai@ec:
ai@ec:
/anaconda3/Mask_RCNN/mrcnn$ ls/anaconda3/Mask_RCNN/mrcnn$config.py model.py pycache visualize.py
init.py parallel_model.py utils.py
ai@ec:
The text was updated successfully, but these errors were encountered: