Skip to content

Commit

Permalink
Update ai4-metadata.yml and images inside the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
falibabaei authored Oct 22, 2024
1 parent 50029bb commit 262a707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ai4-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ description: |-
the cat, setting the threshold to 70% will result in only the cat being detected, as its probability exceeds 70%.
The same PREDICT method is also used for semantic segmentation and classification, where the output includes segmented objects
in the image or video, or the classification of objects, respectively. The following demonstrates the outputs for classification, detection, and segmentation tasks.
<img class='fit', src='https://codebase.helmholtz.cloud/m-team/ai/ai4os-yolov8-torch/-/blob/main/tests/data/det/catin_cls.png'/>
<img class='fit', src='https://codebase.helmholtz.cloud/m-team/ai/ai4os-yolov8-torch/-/blob/main/tests/data/det/catindet.png'/>
<img class='fit', src='https://codebase.helmholtz.cloud/m-team/ai/ai4os-yolov8-torch/-/blob/main/tests/data/det/catin_seg.png'/>
You can use this model to retrain it on your custom dataset. For this purpose, please refer to the README to learn how to
Expand Down

0 comments on commit 262a707

Please sign in to comment.