Hello, I am learning the crack detection, and I have run your code of Unet, but I want to run the code of deeplabv3, and there is an error as following:
File "D:\crack\network_class.py", line 111, in define_Network
from model import Deeplabv3
ImportError: cannot import name 'Deeplabv3' from 'model' (D:\crack\model.py)
could you help me? I really want to run your code.
Hello, I am learning the crack detection, and I have run your code of Unet, but I want to run the code of deeplabv3, and there is an error as following:
File "D:\crack\network_class.py", line 111, in define_Network
from model import Deeplabv3
ImportError: cannot import name 'Deeplabv3' from 'model' (D:\crack\model.py)
could you help me? I really want to run your code.