Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 518 Bytes

Computer Vision Blogs

1. Object detection with Yolov8

Explains how one can develop their custom object detection model rather fairly quickly. I also highlighted potential errors one can make while training their own model.

2. Improving accuracy of Image classification model

Lists out some common and some not-so-common strategies for improving accuracy of an image classifier. Many of the discussed methods are general in nature, meaning they are applicable to tasks other than just image classification.