The purpose of this project is to create a Deep Learning model to detect the coin. My model is based on YOLO's object detection algorithm, and I'm using the dataset from Roboflow website.
The dataset consist of one class: Coin Detect
- Total 1017 images for training and 80 images for validation present in 1class.
- Create a bounding boxes with the help of label-img And makesense.ai website according to YoloV5.
- Prepare folder structure that can be accept by YoloV5.
- Cloning the YoloV5 file from official repository.
- Changing the directory of yolov5
- Installing the dependencies
- Download all versions pre-trained weights.
- Go to yolov5/data/.
- Open data.yaml
- Edit the following inside it:
- Training and Validation file path
- Number of classes and Class names.