MitraDP / Detection-of-Surface-Defects-in-Magnetic-Tile-Images

Binary semantic segmentation of the blowhole_crack and free datasets.
MIT License
13 stars 0 forks source link

UNet architecture bugs #2

Closed rayryeng closed 3 years ago

rayryeng commented 4 years ago

https://github.com/MitraDP/Surface_Defect_Detection/blob/c5fdca2d10494b538194c4ab0682b4cd48fcddfc/my_classes/unet.py#L53 - Please fix indentation.

https://github.com/MitraDP/Surface_Defect_Detection/blob/c5fdca2d10494b538194c4ab0682b4cd48fcddfc/my_classes/unet.py#L109 - Bug in creating the standard block. You have a variable name which is not defined anywhere in the class nor is it seen in any input parameters into this method. Please fix.