Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.52 KB

Image-based food recognition with U-Nets

The repository contains the project realized for the Deep Learning course of the Master's degree in Artificial Intelligence, at Alma Mater Studiorum, University of Bologna.

The projects is realized by:

Contents

  • 01_dimension_check.py and 02_reordering_dataset.py are just auxiliary tools to pre-process the dataset;
  • u_net_for_image-based_food_segmentation.ipynb is the main notebook;
  • deep_u_net_for_image-based_food_segmentation.py is the alternative architecture;
  • demo_evaluation.ipynb is a notebook for a quick evaluation of the various models;
  • report.pdf is the report file.

Main libraries

Further details can be found in the report.

License

This project is licensed under the MIT License - see the LICENSE file for further details.