Benchmark Leaderboard: Food Object Detection & Food Weight Estimation

Description

This leaderboard evaluates submissions for the Food Portion Benchmark dataset using mAP@50 for bounding boxes and Mean Absolute Error (MAE) for food weight predictions.

Submissions are expected in CSV format with the columns: image_name, class_id, xmin, ymin, xmax, ymax, weight, conf.

The ground truth CSV (kept privately) has the columns: image_name, class_id, xmin, ymin, xmax, ymax, weight.

Sample Submission Template

Download a sample CSV file to see the required format: Download Sample Submission CSV

Leaderboard

Leaderboard
1
2
3

πŸ“™ Citation

If you use the Food Portion Benchmark dataset in your research, please cite our work as follows:

@misc{foodportionbenchmark2025,
title={Paper Title},
author={Authors},
year={2025},
note={Under Review}
}