autodistill / autodistill

Images to inference with no labeling (use foundation models to train supervised models).
https://docs.autodistill.com
Apache License 2.0
1.98k stars 158 forks source link

milk bottles datasets and Ontology #51

Closed hahapt closed 1 year ago

hahapt commented 1 year ago

I want to reproduce the whole autodistill process with your demo video about milk bottle. Can you tell that where to get milk bottle dataset and what the 'Ontology' you set?

capjamesg commented 1 year ago

We have a Notebook you can use to re-create our example project: https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-auto-train-yolov8-model-with-autodistill.ipynb

The ontology is in that Notebook. There is a command in there that lets you download the milk bottle data.

Generally, we use stock image footage sites (i.e. Pexels) to collect images and videos for use in examples.

capjamesg commented 1 year ago

We also have an accompanying video that walks through the Notebook: https://www.youtube.com/watch?v=gKTYMfwPo4M

hahapt commented 1 year ago

Is there any evaluation results about the milk bottle dataset that I can compare with my own training model?

capjamesg commented 1 year ago

The Notebook contains a confusion matrix:

Untitled

If you are looking for more metrics, you will need to run the notebook.

capjamesg commented 1 year ago

I am closing this Issue since there have been no further comments and I think the issue is addressed above. If you have more questions, let me know!