Taking computers from pre-school to graduation
Computer vision tasks from solved to undiscovered
Sep 15, 20211 min read
Search for a command to run...
Computer vision tasks from solved to undiscovered
Excuse the typos and bad grammar, my fluency is reciprocal to good grammar
Image classification is the central problem in computer vision; all other vision tasks, such as object detection, instance segmentation, and so on, begin with image classification. As a result, it is critical to thoroughly study IC and comprehend all...
working on a computer vision model where I executed every step of machine learning pipeline and becoming familiar with potential pitfalls. The bit that surprised me the most was our model was only as good as the dataset. Outside the dataset the model...