├── README.md ├── classify.py ├── demo.jpg ├── run.sh ├── test.jpg └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/README.md -------------------------------------------------------------------------------- /classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/classify.py -------------------------------------------------------------------------------- /demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/demo.jpg -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/run.sh -------------------------------------------------------------------------------- /test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/test.jpg -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajdas2001/Crack-Detection/HEAD/train.py --------------------------------------------------------------------------------