Leon Sick commited on
Commit
4333069
1 Parent(s): 22e5baa

new description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 the [ImageNet](https://image-net.org/) dataset. '
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 loaded into memory. Subsequent predictions will be faster.'
11
 
12
  paths = sorted(pathlib.Path('demo_imgs').glob('*.jpg'))
13