Skip to content

Just a tool which uses OpenCV to create bounding boxes around objects of requested colours.

Notifications You must be signed in to change notification settings

GeorgePearse/ColourModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColourModel

Just a tool which uses OpenCV to create bounding boxes around objects of requested colours.

Just

pip install colour-model

To 'run inference':

from colour_model import ColourModel

colour_model = ColourModel()
colour_model.predict(file_path)

Demoed with fiftyone and a colour grid, very easy to swap out with your own directory. Runs very fast, so sometimes useful for looking for rare objects.

Very easy to support more colours, but part of the value in the setup is having some of that done for you.

image

About

Just a tool which uses OpenCV to create bounding boxes around objects of requested colours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages