-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add description-tagging examples
- Loading branch information
Showing
9 changed files
with
2,424 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Coming soon... |
Binary file added
BIN
+276 KB
examples/description/tagging/.data/annotated-image-level-tagging-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+597 KB
examples/description/tagging/.data/annotated-shape-level-tagging-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Tagging Annotation Example | ||
|
||
Tagging annotation involves the task of recognizing and assigning labels to the elements within an image or shape. | ||
|
||
## Tagging Model | ||
|
||
X-AnyLabeling offers a range of tagging models for annotation, including [RAM](../../../anylabeling/configs/auto_labeling/ram_swin_large_14m.yaml) and [RAM++](../../../anylabeling/configs/auto_labeling/ram_plus_swin_large_14m.yaml). These models can be utilized for object tagging at the image-level or shape-level, and they can even be integrated with other models to create more intriguing pipelines like [GroundingSAM](../../../anylabeling/configs/auto_labeling/groundingdino_swinb_attn_fuse_sam_hq_vit_l_quant.yaml). | ||
|
||
<img src=".data/ram_grounded_sam.jpg" width="100%" /> | ||
|
||
Here: | ||
|
||
- **[RAM](https://arxiv.org/abs/2306.03514)** is a strong image tagging model, which can recognize any common category with high accuracy. | ||
- **[RAM++](https://arxiv.org/abs/2310.15200)** is the next generation of RAM, which can recognize any category with high accuracy, including both predefined common categories and diverse open-set categories. | ||
|
||
## Image-level Tagging | ||
|
||
<img src=".data/annotated-image-level-tagging-data.png" width="100%" /> | ||
|
||
## Shape-level Tagging | ||
|
||
<img src=".data/annotated-shape-level-tagging-data.png" width="100%" /> | ||
|
||
For detailed output examples, refer to [this folder](./sources/). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.