Object Detection in an image

Опубликовано: 21 Июнь 2026
на канале: Gaurav Malakar
40
1

In this assignment, I developed a software which helps in detecting objects from images. The software consists of a Machine Learning model which reads the image as NumPy array and returns information regarding the detected objects. These informations were translated by me to relevant bounding boxes, segmentation masks, names and detection probability and displayed in a user-friendly fashion. The model was already given to me and I implemented the entire Graphical User Interface for the software using the Tkinter library of Python. I also use the PIL library of python to manipulate the images and display the output image in a more user-friendly fashion.