Skip to content

Creation of a model in DeepLearning for a detection and classification using Bounding Box. Using Keras and Tensorflow

Notifications You must be signed in to change notification settings

InesFTL/Food-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Recognition using Bounding Box Model

Creation of a model in DeepLearning for a detection and classification of a specific item in a tray of food using a Bounding Box

Based on the VGG16 architecture a model was created to detect an object and classifies it. The model was trained with in the inputs the coordinates of a bounding box specifying where the object is and the label of the size of the box.

For the metric, we choose the IOU metric for the regression problem and the accuracy for the classification problem.

Requirements

  • numpy == 1.17.2
  • keras == 2.3.1
  • tensorflow == 2.1.0
  • matplotlib == 3.1.1
  • tqdm == 4.36.1
  • cv2 == 4.1.2
  • sklearn == 0.21.3
  • pandas == 0.25.1

About

Creation of a model in DeepLearning for a detection and classification using Bounding Box. Using Keras and Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages