Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
I want to develop a program for counting cucumber seeds. I have 10 images. Each image contains about 100 cucumber seeds. How can I do it?

What I have tried:

I write some code by deep learning in python.
Posted
Updated 22-Nov-22 23:50pm
v2

If you need to have a pure Python solution then the easiest way would be to clone the YOLOv5 repo and find a custom model that contains detection for cucumber seeds. Here's a walkthrough of YOLO and custom models[^].

As to a custom model of cucumber seeds? You may have to create one yourself. Good luck.
 
Share this answer
 
 
Share this answer
 
 
Share this answer
 
Comments
CHill60 23-Nov-22 6:08am    
Your link is broken
BernardIE5317 23-Nov-22 6:10am    
I just now clicked upon it several Xs. Worked fine each x.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900