Training YOLOv7-tiny on custom dataset
Training YOLOv7-pretrained model on custom dataset for Person and Car Object.
- I created the Person and Car dataset from COCO and changed the data format to YOLOv7.
- How I created dataset? Please click to see the jupyter notebook
- Then, I created(uploaded) the dataset to Kaggle using Kaggle API and then
- Trained YOLOv7-tiny model for
60
epochs on custom dataset and did the inferencing on test images. - Link to Kaggle Notebook: Kaggle Notebook!