ybelkada commited on
Commit
85eb829
1 Parent(s): 6bf626a

Update README.md

Browse files

![Screenshot 2023-04-19 at 10.51.28.png](https://s3.amazonaws.com/moonup/production/uploads/62441d1d9fdefb55a0b7d12c/wHXbJx1oXqHCYNeUNKHs8.png)

Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -19,10 +19,18 @@ license: apache-2.0
19
 
20
  # TL;DR
21
 
22
- <p>
23
- <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/sam-beans.png" alt="Nice example" style="max-width: 30%;">
24
- <em>Example of generated segmentation masks with SAM.</em>
25
- </p>
 
 
 
 
 
 
 
 
26
 
27
  [Link to original repository](https://github.com/facebookresearch/segment-anything)
28
 
 
19
 
20
  # TL;DR
21
 
22
+ <div class="row">
23
+ <div class="column">
24
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/sam-beans.png" alt="Nice example" style="max-width: 50%;">
25
+ </div>
26
+ <div class="column">
27
+ <img src="https://s3.amazonaws.com/moonup/production/uploads/62441d1d9fdefb55a0b7d12c/wHXbJx1oXqHCYNeUNKHs8.png" alt="Nice example 2" style="max-width: 50%;">
28
+ </div>
29
+ <div class="column">
30
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/model_doc/sam-car-seg.png" alt="Nice example 3" style="max-width: 50%;">
31
+ </div>
32
+ </div>
33
+
34
 
35
  [Link to original repository](https://github.com/facebookresearch/segment-anything)
36