Skip to content
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

model.load_weights(COCO_MODEL_PATH, by_name=True) ^ IndentationError: unexpected indent #8

Open
hasanakalin opened this issue May 1, 2018 · 0 comments

Comments

@hasanakalin
Copy link

hasanakalin commented May 1, 2018

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$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant