computer-vision-course
computer-vision-course copied to clipboard
Image Classification task is missing in Unit 6
Image classification falls under Basic CV tasks but as of now it is missing from Unit 6. I am planning to add a chapter in Unit 6. A typical structure I am planning to add is here -
Image Classification
- [ ] Overview of Image Classification
- Introduction to the concept and importance of image classification in computer vision
- Brief presentation of popular models.
- [ ] Example Application of Image Classification
- [ ] Hands-on Notebook
- Using pretrained CNN model (such as VGG, ResNet) for image classification problem
- Using pretrained ViT model for image classification problem
- [ ] Real life example of image classification ( such medical image classification) with notebooks.