anas-gouda commited on
Commit
22d8cda
·
1 Parent(s): f7a4b02

change description

Browse files
Files changed (1) hide show
  1. app.py +5 -14
app.py CHANGED
@@ -10,26 +10,17 @@ from PIL import Image
10
  from utils.models import load_models, CHECKPOINT_NAMES, MODE_NAMES, \
11
  MASK_GENERATION_MODE, BOX_PROMPT_MODE
12
 
 
13
  MARKDOWN = """
14
- # Segment Anything Model 2 🔥
15
  <div>
16
- <a href="https://github.com/facebookresearch/segment-anything-2">
17
  <img src="https://badges.aleen42.com/src/github.svg" alt="GitHub" style="display:inline-block;">
18
  </a>
19
- <a href="https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-sam-2.ipynb">
20
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
21
- </a>
22
- <a href="https://blog.roboflow.com/what-is-segment-anything-2/">
23
- <img src="https://raw.githubusercontent.com/roboflow-ai/notebooks/main/assets/badges/roboflow-blogpost.svg" alt="Roboflow" style="display:inline-block;">
24
- </a>
25
- <a href="https://www.youtube.com/watch?v=Dv003fTyO-Y">
26
- <img src="https://badges.aleen42.com/src/youtube.svg" alt="YouTube" style="display:inline-block;">
27
- </a>
28
  </div>
29
 
30
- Segment Anything Model 2 (SAM 2) is a foundation model designed to address promptable
31
- visual segmentation in both images and videos. **Video segmentation will be available
32
- soon.**
33
  """
34
  EXAMPLES = [
35
  ["tiny", 0.5,
 
10
  from utils.models import load_models, CHECKPOINT_NAMES, MODE_NAMES, \
11
  MASK_GENERATION_MODE, BOX_PROMPT_MODE
12
 
13
+ # TODO add presentation on YouTube and add link here
14
  MARKDOWN = """
15
+ # DoUnseen 🔥
16
  <div>
17
+ <a href="https://github.com/AnasIbrahim/image_agnostic_segmentation">
18
  <img src="https://badges.aleen42.com/src/github.svg" alt="GitHub" style="display:inline-block;">
19
  </a>
 
 
 
 
 
 
 
 
 
20
  </div>
21
 
22
+ DoUnseen is a python package for segmenting unseen objects.
23
+ It can be used as an extention to Segment-Anything Model (SAM) or used as a standalone to identify unseen objects.
 
24
  """
25
  EXAMPLES = [
26
  ["tiny", 0.5,