dimitrisdais / crack_detection_CNN_masonry

This GitHub Repository was produced to share material relevant to the Journal paper "Automatic crack classification and segmentation on masonry surfaces using convolutional neural networks and transfer learning" by D. Dais, İ. E. Bal, E. Smyrou, and V. Sarhosis published in "Automation in Construction".
GNU General Public License v3.0
151 stars 54 forks source link

How to run the deeplab v3 code? #8

Open qimg412 opened 1 year ago

qimg412 commented 1 year ago

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.

Springal commented 4 months ago

Hello, could you give me the versions of all packages for Unet? I am really painful for these.

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.