Brendan Bailey

Results 2 comments of Brendan Bailey

Running into the same issue here. I copied the config class from Karol Majek's fork. Now I'm running into `AttributeError: 'Config' object has no attribute 'IMAGE_META_SIZE'`

Nevermind. I see the Config class is actually imported in `from mrcnn.config import Config` The author then modifies it through ``` class CocoConfig(Config): """Configuration for training on MS COCO. Derives...