├── LICENSE ├── README.md ├── main.py ├── model.py ├── output ├── 125.png ├── 139.png ├── 153.png ├── 178.png ├── 192.png ├── 289.png ├── 307.png ├── 332.png ├── 342.png └── 92.png ├── requirements.txt ├── test.py └── test_imgs ├── 125.png ├── 139.png ├── 153.png ├── 178.png ├── 192.png ├── 289.png ├── 307.png ├── 332.png ├── 342.png └── 92.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/model.py -------------------------------------------------------------------------------- /output/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/125.png -------------------------------------------------------------------------------- /output/139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/139.png -------------------------------------------------------------------------------- /output/153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/153.png -------------------------------------------------------------------------------- /output/178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/178.png -------------------------------------------------------------------------------- /output/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/192.png -------------------------------------------------------------------------------- /output/289.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/289.png -------------------------------------------------------------------------------- /output/307.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/307.png -------------------------------------------------------------------------------- /output/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/332.png -------------------------------------------------------------------------------- /output/342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/342.png -------------------------------------------------------------------------------- /output/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/output/92.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test.py -------------------------------------------------------------------------------- /test_imgs/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/125.png -------------------------------------------------------------------------------- /test_imgs/139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/139.png -------------------------------------------------------------------------------- /test_imgs/153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/153.png -------------------------------------------------------------------------------- /test_imgs/178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/178.png -------------------------------------------------------------------------------- /test_imgs/192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/192.png -------------------------------------------------------------------------------- /test_imgs/289.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/289.png -------------------------------------------------------------------------------- /test_imgs/307.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/307.png -------------------------------------------------------------------------------- /test_imgs/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/332.png -------------------------------------------------------------------------------- /test_imgs/342.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/342.png -------------------------------------------------------------------------------- /test_imgs/92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arenops/CrackSegNet/HEAD/test_imgs/92.png --------------------------------------------------------------------------------