-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train an object detection model to detect price tags from shelf images #352
Comments
I have some time to look at it, is there a way to get an account for Label Studio ? |
@baslia our Label Studio instance is running at https://annotate.openfoodfacts.org/ Account creation is open to everyone. We perform a daily dump of the Images are stored at |
Thank you, would you mind checking the project configuration of the project I just created: "price-tag-shelf". If everything looks good, I will use the dump to download and load some images for the labelling task. |
Great! I just renamed For proof images, we should select proofs with the |
Thank you.
|
I've discussed it directly with @baslia, it was due to a CORS issue, it should work now! |
Open Prices is a database of food prices from around the world. For data collections, we rely on volunteers that take pictures of individual price tags or shop shelves and complete the price on the web or mobile interface.
To accelerate contribution, we would like to crop automatically the individual price tags of shelf images, so that we can extract automatically the price and the barcode in a second step (or ask other volunteers to complete the data).
To illustrate, here is an proof image of a shop shelf:
The idea is to train an object detection model that detect every individual price tag (the tag where the barcode and the price are written to).
We don't have a trained dataset to do so, we need first to annotate some data (with the help of the OFF community).
We have an instance of Label Studio running, that was already used to successfully annotate data for object detection models.
We also have a CLI that's a wrapper around Label Studio, and allow to easily upload/convert/pre-annotate data for object detection models. We usually use Yolov8 models for object detections, but other models can be explored as long as they can be converted to ONNX.
The text was updated successfully, but these errors were encountered: