Loading
0 Follower
0 Following
lorepieri

Location

IT

Badges

2
0
0

Activity

Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
Mon
Wed
Fri

Ratings Progression

Loading...

Challenge Categories

Loading...

Challenges Entered

Latest submissions

See All
graded 229369
failed 221513
failed 221510

A benchmark for image-based food recognition

Latest submissions

See All
graded 173133
graded 173051
graded 173049

A benchmark for image-based food recognition

Latest submissions

See All
graded 119446
graded 119282
graded 119269
Participant Rating
Participant Rating
lorepieri has not joined any teams yet...

Food Recognition Benchmark 2022

Example submission template

Over 2 years ago

It would be great to have a minimal working example of MaskRCNNPredictor() or MMDetectionPredictor(), so that we can focus on building the network.

πŸ‘₯ Looking for teammates? Reply here!

Over 2 years ago

Hi guys, Lorenzo here.
I’ve a background in math+physics (PhD theoretical physics) and I’ve been in AI-ML since 6 years as software developer - founder. Happy to team up, feel free to reach out: https://www.linkedin.com/in/lorenzo-pieri-a638b9a6/

Food Recognition Challenge

More masks than bboxes?

About 3 years ago

Some annotations appear to have more segmentation masks than bounding boxes. For instance the instance 66 of the train dataset has 2 masks, but only 1 bbox.

i = 66
xx = annotations["annotations"][i]['segmentation']
yy = annotations["annotations"][i]['bbox']
print(xx)
print(len(xx))
print(yy)
print(len(yy))


[[163.90875, 115.78999999999999, .... 49999999996]]
 2
[118.79625, 324.30999999999995, 270.17375, 376.44]
4

lorepieri has not provided any information yet.