Skip to content

Overlrd/CompViz-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompViz-Keras

Computer vision tasks with keras and Tensorflow

This repo contains diverse computer vision tasks with Keras and Tensorflow.

Tasks

  • Image Classification :

    Where the goal is to assign one or more labels to an image. It may be either single-label classification (an image can only be in one category, excluding the others), or multi-label classification (tagging all categories that an image belongs to).

  • Image Segmentation :

    Where the goal is to “segment” or “partition” an image into different areas, with each area usually representing a category.

  • Object Detection :

    Where the goal is to draw rectangles (called bounding boxes) around objects of interest in an image, and associate each rectangle with a class. A self-driving car could use an object-detection model to monitor cars, pedestri- ans, and signs in view of its cameras, for instance.

Notebooks

Original Image and Segmented result


References :

Releases

No releases published

Packages

No packages published