matterport / matterport/Mask_RCNN
AttributeError: module 'coco' has no attribute 'CocoConfig'
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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