Object detection software
Budget: $30 – $250 CAD
I would like an application that allows me to select certain objects and automatically block any of those objects if they appear on the screen. The application can either be a Mac application (so it would apply to anything that appears on my screen) or alternatively a Chrome extension is acceptable (so it would apply to anything I view on Chrome). It is especially important that the application works on video players such as YouTube.
So for example if I select "cat", then the application should draw a black box around any cat that appears on the screen, either as an image or in a video.
This demo explains how to do something similar to what I am requesting: https://pyimagesearch.com/2017/09/18/real-time-object-detection-with-deep-learning-and-opencv/
I only require 3 changes:
a) The machine learning model must include at least the following labels: lobster, snail, spider, woman, man, bicycle, bus, motorcycle. A dataset that includes these labels can be found here: https://www.cs.toronto.edu/~kriz/cifar.html
b) The boxes must be filled in and the framerate must be high enough that the object is completely invisible to the human eye
c) The object detection and box drawing must apply to what is displayed on the screen rather than the webcam footage
So for example if I select "cat", then the application should draw a black box around any cat that appears on the screen, either as an image or in a video.
This demo explains how to do something similar to what I am requesting: https://pyimagesearch.com/2017/09/18/real-time-object-detection-with-deep-learning-and-opencv/
I only require 3 changes:
a) The machine learning model must include at least the following labels: lobster, snail, spider, woman, man, bicycle, bus, motorcycle. A dataset that includes these labels can be found here: https://www.cs.toronto.edu/~kriz/cifar.html
b) The boxes must be filled in and the framerate must be high enough that the object is completely invisible to the human eye
c) The object detection and box drawing must apply to what is displayed on the screen rather than the webcam footage