Please make sure you follow the project guidelines carefully.
Github repo link: https://github.com/Digital-Image-Processing-IIITH/project-theboys
Name | Roll Number |
---|---|
Astitva Gupta | 2018101085 |
Kartik Agarwal | 2018102017 |
Ayan Biswas | 2019121009 |
Priyanshu Madaan | 2018101097 |
Create a GUI tool for labelling
and counting
the number of ocelli (feather eyes)
for a given picture of a peacock.
So, we will be given an image of a peacock and we will have to count the number of ocelli(s) in the feathers of the bird.
The problem lies in the category of problems where we identify as well as count the occurance of a specific object in image. What we will basically do is match parts of the uploaded image to an image of ocelli and mark the boundary wherever the pattern matches.
We will display the uploaded image along with the places where there is an ocelli marked by a rectangle. Also we will display the count of total ocellis found from the image.
Milestone | Expected Date |
---|---|
Reading related papers | 20th Oct '20 |
Prototype with working counting | 30th Oct '20 |
Mid Evaluation | 31st Oct '20 |
Prototype with working labelling | 10th Nov '20 |
GUI implementation for prototype | 15th Nov '20 |
Testing and Debugging | 17th Nov '20 |
Final implementation and presentation | 18th Nov '20 |
Final Evaluation | 19th Nov '20 |
We will require a dataset of pictures of peacock for testing and development of out project. We will look for public datasets and if its not present we will try to scrape images from internet.