From 483b73181e445b705423edbb89caf06e18aba4cb Mon Sep 17 00:00:00 2001 From: Xueyan Zou Date: Wed, 26 Apr 2023 15:54:15 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 199ed6f..1018b50 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone -b git@github.com:UX-Decoder/Segment-Everything-Everywhere-All-At-Once ## :rocket: Updates * We have released the [Demo Code](https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once/tree/main/demo_code) and [SEEM-Tiny Checkpoint](https://projects4jw.blob.core.windows.net/x-decoder/release/seem_focalt_v1.pt)! Please try the One-Line Started! -* SEEM Referring Video Segmentation is out! Please try the [Video Demo](https://huggingface.co/spaces/xdecoder/SEEM) and take a look at the [NERF examples](). +* SEEM Referring Video Segmentation is out! Please try the [Video Demo](https://huggingface.co/spaces/xdecoder/SEEM) and take a look at the [NERF examples](https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once#tulip-video-examples).

@@ -50,13 +50,6 @@ A breif introduction of all the generic and interactive segmentation tasks we ca - Our model by defualt support the **vocabulary** of COCO 80 categories, others will be classified to 'others' or misclassifed. If you wanna segment using open-vocabulary labels, include the text label in 'text' button after drawing sribbles. - Click "Submit" and wait for a few seconds. -## :tulip: Video Examples -* Inspired by the example in SA3D, we tried SEEM on NERF Examples and works well :) -

- - -

- ## :volcano: An interesting example An example of Transformers. The referred image is the truck form of Optimus Prime. Our model can always segment Optimus Prime in target images no matter which form it is in. Thanks Hongyang Li for this fun example. @@ -64,6 +57,13 @@ An example of Transformers. The referred image is the truck form of Optimus Prim assets/transformers_gh.png +## :tulip: NERF Examples +* Inspired by the example in SA3D, we tried SEEM on NERF Examples and works well :) +

+ + +

+ ## :camping: Click, scribble to mask With a simple click or stoke from the user, we can generate the masks and the corresponding category labels for it.