GithubHelp home page GithubHelp logo

food-recognition-project's Introduction

food-recognition-project

Repo for Deep Learning project

The Food Recognition challenge is an image segmentation problem aiming to recognize individual food items in each image.

The dataset contains:

  • A training set of 24120 food images, along with their corresponding 39328 annotations in MS-COCO format, and comprising proper segmentation, classification, and volume/weights estimates.
  • A Validation and Test sets of 1269 images.

Evaluation Criteria

Given a known ground truth mask A, and a predicted mask B, first compute Intersection Over Union (IoU). The prediction is tradionally considered a True detection, when there is at least half an overlap, i.e. IoU >0.5. Then you may define precision and recall. The final scoring parameters are computed by averaging over all the precision and recall.
The final scoring parameters are computed by averaging over all the precision and recall values for all known annotations in the ground truth.

See also this discussion.

Project development

We decide to implement this project by using "One hundred layers Tiramisu", for more details, you may want to read the report

Setup

In order to make be able to run the project jupyter notebook, you should have the data set in the folder containing the script organized in this way:
├───annotations
├───images
│ ├───test
│ ├───train
│ └───val
├─── weights
├─── script file
├─── other files

food-recognition-project's People

Contributors

wenxiaowei avatar pavlosero avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.