Leon Sick
commited on
Commit
•
0202e71
1
Parent(s):
7bff6ca
new description
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
from model import run_model
|
8 |
|
9 |
DESCRIPTION = '# [CutS3D](https://leonsick.github.io/cuts3d/): Cutting Semantics in 3D for 2D Unsupervised Instance Segmentation \n\n' \
|
10 |
-
'This is a demo for the CutS3D Zero-Shot model. The model is trained on [ImageNet](https://image-net.org/), initially with unsupervised pseudo-masks and then further with one round of self-training. The first prediction will likely be slow as the model is
|
11 |
|
12 |
paths = sorted(pathlib.Path('demo_imgs').glob('*.jpg'))
|
13 |
|
|
|
7 |
from model import run_model
|
8 |
|
9 |
DESCRIPTION = '# [CutS3D](https://leonsick.github.io/cuts3d/): Cutting Semantics in 3D for 2D Unsupervised Instance Segmentation \n\n' \
|
10 |
+
'This is a demo for the CutS3D Zero-Shot model. The model is trained on [ImageNet](https://image-net.org/), initially with unsupervised pseudo-masks and then further with one round of self-training. The first prediction will likely be slow as the model is downloaded. Subsequent predictions will be faster.'
|
11 |
|
12 |
paths = sorted(pathlib.Path('demo_imgs').glob('*.jpg'))
|
13 |
|