Object detection based on colour of objects and length #21522
Replies: 1 comment 5 replies
-
👋 Hello @yeongnamtan, thank you for sharing this interesting use case with Ultralytics! 🦐🚀 This is an automated response to help you get started while an Ultralytics engineer reviews your discussion. We recommend checking out the Docs for comprehensive guidance on using Ultralytics models, including Python and CLI examples. Many common questions and best practices are covered there. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug your issue. If your question relates to custom training or dataset labeling, please share as much detail as possible—such as annotated image examples, training logs, and ensure you are reviewing our Tips for Best Training Results. You can also join our community for real-time chat on Discord 🎧, participate in deeper discussions on Discourse, or connect with others on our Subreddit. UpgradeMake sure you are using the latest pip install -U ultralytics EnvironmentsYOLO can be run in any of these up-to-date, verified environments (with dependencies like CUDA/CUDNN, Python, and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks across macOS, Windows, and Ubuntu every 24 hours and on every commit. An Ultralytics engineer will be with you soon to assist further! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A customer came to be with an interesting problem. He operates a seafood wholesaler. Today he has to assign one guy to screen all his prawns to detect if they are good enough for sale. This is done visually by inspecting the colour of the prawns.
Is there a way to differentiate object based on colour ? For example in this case, if a prawn is of a certain shade, then it is classified as not suitable for sale.
Another requirement is to know the length of the prawns and to pick out outliers eg. Prawns more than a certain length need to be set aside. But prawns are curled in general so how do we calculate its length?
Beta Was this translation helpful? Give feedback.
All reactions