Spaces:
Running
Running
Merge remote-tracking branch 'origin/master'
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# sam2-playground
|
2 |
+
Gradio based Playground Web UI using [facebook/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) models.
|
3 |
+
|
4 |
+
[video]
|
5 |
+
[image]
|
6 |
+
|
7 |
+
## Notebook
|
8 |
+
<div>
|
9 |
+
<a href="https://colab.research.google.com/github/jhj0517/sam2-playground/blob/master/notebooks/sam2_playground.ipynb">
|
10 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|
11 |
+
</a>
|
12 |
+
</div>
|
13 |
+
|
14 |
+
## Feature
|
15 |
+
- Add Filter to segment parts with pixelized or solid color in a video
|
16 |
+
|
17 |
+
- Divide segment parts as layers and save them as a PSD file.
|
18 |
+
|
19 |
+
# Installation and Running
|
20 |
+
|
21 |
+
## Prerequisite
|
22 |
+
|
23 |
+
## Docker
|
24 |
+
|
25 |
+
|
26 |
+
## Todo
|