CoolFace
Datasetpublic

sunli1201/food-nutrients

Food Nutrients: A Macronutrients Dataset food_nutrients is a dataset of visual and nutritional data for ~3k realistic plates of food captured from Google cafeterias using a custom scanning rig. This dataset provides annotated pictures of food plates along with calories, macronutrients (fat, carbohydrate, protein) for the total plate and for every ingredient as well. Column Definition image a 640x640 top-down image from a realistic food plate in the Google cafeteria… See the full description on the dataset page: https://huggingface.co/datasets/sunli1201/food-nutrients.

sourceHugging Faceccupdated 6mo agoView on Hugging Face
1likes42downloads
Dataset Card

Food Nutrients: A Macronutrients Dataset

food_nutrients is a dataset of visual and nutritional data for ~3k realistic plates of food captured from Google cafeterias using a custom scanning rig.

This dataset provides annotated pictures of food plates along with calories, macronutrients (fat, carbohydrate, protein) for the total plate and for every ingredient as well. image/jpeg

ColumnDefinition
imagea 640x640 top-down image from a realistic food plate in the Google cafeteria
ididentifier of the sample
splitthe split of the sample, only test for now
ingredientsa list of the different ingredients, with the mass (grams), calories, fat, carb, protein and name.
total_masstotal calories of the plate
total_caloriesthe total mass of the food on the plate
total_fatthe total fat on the plate
total_carbtotal carbohydrates on the plate
total_proteintotal protein on the plate

Source

This data was taken from Google Research's dataset Nutrition5k. It's cleaned up and filtered, because this dataset had many issues such as missing images or missing calorie information for certain samples. That's why this dataset is a bit smaller than 5k samples.