matterport / matterport/Mask_RCNN

AttributeError: module 'coco' has no attribute 'CocoConfig'

Open
#596 13 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
25.6k
Forks
11.6k
PR merge metrics
No merged PRs in 30d

Description

I want to use Mask-RCNN demo.py in my jupyter notebook but when i ran the the demo code , i faced such a problem


AttributeError: module 'coco' has no attribute 'CocoConfig'

I used from this https://github.com/matterport/Mask_RCNN/issues/526 workround
but it has not any correct code and i can not solve my problem
can any body help me??
thank's

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with demo.py and the workaround referenced in issue #526, then reproduce the AttributeError in the Jupyter notebook. Trace how the coco module is imported and verify that CocoConfig is available before considering the issue resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, keras, python, tensorflow
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.