77190/attributeerror-module-coco-has-no-attribute-cococonfig
Hi Guys,
I want to use Mask-RCNN demo.py in my Jupiter notebook but when I ran the demo code, I faced the below error.
AttributeError: module 'coco' has no attribute 'CocoConfig'
How can I solve this error?
Hi@akhtar,
You need to import the coco module in your code. You can use the below-given lines in your code.
import coco from samples.coco import coco
I hope this will solve your error.
Hi@MD, LBPHFaceRecognizer module comes from a package named ...READ MORE
Hi@akhtar, There may be problem in the versions. ...READ MORE
Hi@akhtar, Tensorflow 2.0 has eager_execution enabled by default and ...READ MORE
Hi@akhtar, There was an environment issue, tensorflow was ...READ MORE
Hi@akhtar, You need to clean your build dir ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
Hi@Usman, It seems you are using an older ...READ MORE
Hi@akhtar, To avoid this error, make sure you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.