You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ Many people have asked me what the purpose is and how to use AI with Etichetta.
3
3
4
4
For simplicity, let’s assume we want to create an AI capable of distinguishing my cat (“goose”) from other cats (“non_goose”). Below is a photo of Goose that I manually annotated using Etichetta.
The standard version of YOLO is able to recognize many different classes from "person" to "toothbrush". Among these is also the “cat” class. Why not take advantage of this potential? By opening the AI settings, I selected the `yolov8s.onnx` model and the `yoloclass.txt` label list.
This list contains all the classes that YOLO recognizes, one per line. I changed line 16 from “cat” to “non_goose”.
13
13
@@ -24,10 +24,9 @@ dog
24
24
toothbrush
25
25
```
26
26
27
-
28
27
In this way, returning to the photos to be labeled and pressing the `A` key, all the cats recognized by the AI are labeled as “non_goose” (with a percentage representing the degree of certainty)
Now all I have to do is simply adjust the proposed frame and press the `0` or `1` key to choose the right class. A nice difference compared to making all the rectangles from scratch!
0 commit comments