Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

AttributeError: module 'balloon' has no attribute 'BalloonConfig'

Open Henrykaa opened this issue 3 years ago • 0 comments

Hi guys,

I am new to Python. I have encountered an issue when trying to run "inspect_balloon_model.py". When running the line "config = balloon.BalloonConfig()". It shows: "AttributeError: module 'balloon' has no attribute 'BalloonConfig'" Could you please show me how to solve the error? Thanks a lot in advance for your support!

Python version: 3.7.13 Tensorflow 1.15.3; Keras 2.2.4 CUDA v11.7

This is the full message of AttributeError: """ config = balloon.BalloonConfig() Traceback (most recent call last):

File "C:\Users\Henry Kha\AppData\Local\Temp\ipykernel_26924\409531267.py", line 1, in config = balloon.BalloonConfig()

AttributeError: module 'balloon' has no attribute 'BalloonConfig' """

Henrykaa avatar Aug 26 '22 09:08 Henrykaa