Implement a defect detection pipeline for Fabrics using Machine learning technique instead of YOLO.
Available here : link
dataset/
├── train/
│ ├── images/ # Training images
│ └── labels/ # YOLO-format labels
│
└── test/
| ├── images/ # Test imagesRC
| └── labels/ # YOLO-format labels
├── train/
│ ├── images/ # Training images
│ └── labels/ # YOLO-format labels
│___ RCNNDetect.py # Training
|___ RCNN.py # RCNN model implementation
|___ RCNNDataset.py # Load Dataset
Now we are collecting a Dataset for every fabric defect. Stay touch for more details or contact me through here