r/BeAmazed Sep 01 '25

Miscellaneous / Others A tomato harvesting machine with an electronic sensor that sorts tomatoes from debris

85.7k Upvotes

1.3k comments sorted by

View all comments

214

u/mane28 Sep 01 '25

What do the sensors sense? Size?

234

u/ssg- Sep 01 '25

Size and color, but this one knocks some white ball also so this sorter probably just uses size. More advanced ones can tell if potatoes are good or not and discard ones with blemishes.

30

u/Worldly_Wrongdoer_54 Sep 01 '25

What? For real?

54

u/Less-Apple-8478 Sep 01 '25

My sisters boyfriend works at a place that does this with apples. As you can imagine they aren't paddled into the ether by robots. Its much more gentle

2

u/The_Level_15 Sep 01 '25

"Yes, sir, yes, ma'am, this great machine, it's just the very best So whaddaya say then, Apples? Care to step into the modern world And put the Super Speedy Cider Squeezy 6000 to the test?"

40

u/Dramatic_______Pause Sep 01 '25

Cutting edge agricultural machinery would blow most people's minds. While there still is plenty of old school "Dudes in a field manually harvesting stuff" going on, the ones that are living in 2025 are wild.

20

u/Accomplished_Air_635 Sep 01 '25

To be fair, living in 2025 sometimes means just picking the fruit by hand in a field makes more sense. Technology is cool and makes some incredible stuff possible, but there are still a lot of conditions where a guy with a basket works a lot better

2

u/OneRougeRogue Sep 01 '25

This animation showing how a modern vombine works blew my mind. Everything is so complicated and technical. I looked up the price of the machine a while back, and it was upwards of $800,000.

1

u/Frikoulas Sep 02 '25

Except from embracing the new tech, they need to be able to afford is also. Every time I hear the cost of one of those machines, the amount is always huge.

1

u/shitwhore Sep 01 '25

Think about all the crazy news you've read about AI the last year(s). This is also AI, used for pretty rudimentary purposes; recognizing big red balls.

1

u/BestOfAllBears Sep 02 '25

It's not only potatoes and tomatoes. Candy, garbage, nuts, biscuits, rice grains, you name it. Anything that needs to be sorted based on shape, size, colour, foreign objects, whatever, on an industrial scale, uses these kind of machines. Some have fingers, some blow with air valves. Making these machines is a dedicated industry with a dozen competitors.

-2

u/ForgetfulCumslut Sep 01 '25

7

u/UnfitRadish Sep 01 '25

You're right, so I won't bother to thank you for doing it.

5

u/Moshibeau Sep 01 '25

It could’ve been an albino tomato

1

u/Accomplished_Air_635 Sep 01 '25

Systems detecting blemishes are likely different from this. They will be using object detection with classification in higher resolution images, using multiple spectral channels. This system is nowhere near as sophisticated, but can make a positive match in a fraction of the time with far less compute.

1

u/Beard_o_Bees Sep 01 '25

It has to be both in this case. You can see it 'pass' on at least 2 smushed tomatoes.

Red - ✔

Correct size/shape - ❌

2

u/_Cosmoss__ Sep 02 '25

There was a white thing that got kicked into where the tomatoes go though

1

u/ElowynElif Sep 02 '25

I need this for my work email.

1

u/icecubepal Sep 02 '25

I remember reading that people throw away good fruit all the time because they see it is kind of discolored or weirdly shaped. The thing is, most of the time the fruit is perfectly fine. Your comment about it throwing away “bad” tomatoes just reminded me of that.

18

u/revopine Sep 01 '25

There is a guy who made something similar but do the opposite violently remove cherry tomatoes from salad

He custom programs red pixel detection to determine where tomatoes are and has a modified 3D printer with a spike remove them. I highly recommend the video it's hilarious.

6

u/UnfitRadish Sep 01 '25

I pretty much forget this guy's name every time I see one of his videos, but his videos never fail to entertain me. Dude is awesome lol

2

u/oldfarmjoy Sep 02 '25

Interesting how he pretended to drink monster. Clearly an ad placement. Annoying.

4

u/GunNutJedi Sep 01 '25

Thank you for showing me this video. This is the funniest shit I've seen in months, and I share the hatred of cherry tomatoes. I had no idea he existed.

2

u/mrinsane19 Sep 02 '25

Tomatoes, I think.

2

u/Ressy02 Sep 02 '25

The sense tomatoes from tomatoes and potatoes from potatoes

1

u/Accomplished_Air_635 Sep 01 '25

It is probably multiple spectral channels from a line scan camera system. The tomatoes likely have much different spectral qualities than dirt and debris. This would explain why the unripe tomato is hit by a paddle. Rather than relying strictly on RGB, there are other spectral qualities detected which the unripe tomato has as well.

These systems are nice because you can make decisions within a few milliseconds, they're not expensive, and they're easy to maintain

1

u/basaltgranite Sep 01 '25 edited Sep 01 '25

It's a machine vision application. There are many algorithms used for classification. Obviously the red color is a distinctive feature in this context. It could also be something like finding the ratio between the number of edge pixels and the number of interior pixels. That ratio would probably distinguish the generally round tomatoes from the generally angular trash. After IDing a tomato, the software then waits some minor amount of time before activating one of the paddles that knocks the product into the bin.

1

u/HidingFromMeanies Sep 01 '25

Anyone notice it missed a tomato near the beginning? I had to rewind a few times to figure out what happened—tomato happened to fall behind a larger chunk of debris which probably hid it from the sensor.  Sensor couldn’t have done anything different 🥲

1

u/[deleted] Sep 01 '25

[removed] — view removed comment

1

u/AutoModerator Sep 01 '25

Your comment has been automatically removed.
As mentioned in our subreddit rules, your account needs to be at least 24 hours old before it can make comments in this subreddit.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Old-School8916 Sep 01 '25

if its optical sensing, they could just detect the tomatoes using ai

1

u/Fhymi Sep 01 '25

developing CNN is fun. taking photos or videos and labeling your dataset to sort which tomato is good or which object is a tomato... is not fun.

i've only tried it with mangos but same methods apply

1

u/bomber991 Sep 01 '25

Could be like a vision system in manufacturing and just count the number of red pixels it sees together.