GUI for Interlocking Tiles Defect Detection. Made with PyQt5.
- Displays image segmentation prediction from a pre-trained model.
- Detects the following 6 classes:
- Interlocking tiles, Repair Tiles, Asphalt
- Manhole, Road paint (fade), Road paint (good)
- Trained with YOLOv8, 1498 images, imgsz=800
- Detects the following 6 classes:
- Performs predictions on all images in folder
- Extract frames from video w/ preprocess and resizing options
- Create video from images
Git clone this repo and run:
pip install -r requirements.txt
To run, execute in terminal:
python3.11 main.py
