Skip to content

Commit

Permalink
[Docs] Add description-tagging examples
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Jul 28, 2024
1 parent c1aa103 commit 106c1bf
Show file tree
Hide file tree
Showing 9 changed files with 2,424 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/description/captioning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Coming soon...
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions examples/description/tagging/README.md
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.
Loading

0 comments on commit 106c1bf

Please sign in to comment.