Mask_RCNN
Mask_RCNN copied to clipboard
AttributeError: module 'balloon' has no attribute 'BalloonConfig'
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
AttributeError: module 'balloon' has no attribute 'BalloonConfig' """