Piyushmittal2192 / Object-Detection

Detect Objects like Person, animals using python libraries.

Home Page:https://github.com/Piyushmittal2192/Object-Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object-Detection

Object Detection like Person, animals using python libraries.

change the CustomObjects to your liking to detect different objects, like if you want to detect "car" then add car = True in the argument for detector.CustomObjects.Also, change the name of the image you want to validate. By doing this you will be enabling the code to look for cars in the training model and you will be able to get the predicted probability of a object being a car.

Object not in the image: If the probabilty of CustomObject is less than a threshold value then we can say that the object of certain type is not present in the image

About

Detect Objects like Person, animals using python libraries.

https://github.com/Piyushmittal2192/Object-Detection


Languages

Language:Jupyter Notebook 100.0%