Spaces:
Runtime error
Runtime error
new model link
Browse files
app.py
CHANGED
@@ -24,7 +24,8 @@ from segmentation.evaluation import (GROUP_PALETTE, build_seg_demo_pipeline,
|
|
24 |
from utils import get_config, load_checkpoint
|
25 |
|
26 |
os.chdir('GroupViT')
|
27 |
-
checkpoint_url = 'https://github.com/xvjiarui/GroupViT
|
|
|
28 |
cfg_path = 'configs/group_vit_gcc_yfcc_30e.yml'
|
29 |
output_dir = 'demo/output'
|
30 |
device = 'cpu'
|
|
|
24 |
from utils import get_config, load_checkpoint
|
25 |
|
26 |
os.chdir('GroupViT')
|
27 |
+
# checkpoint_url = 'https://github.com/xvjiarui/GroupViT/releases/download/v1.0.0/group_vit_gcc_yfcc_30e-74d335e6.pth'
|
28 |
+
checkpoint_url = 'https://github.com/xvjiarui/GroupViT/releases/download/v1.0.0/group_vit_gcc_yfcc_30e-879422e0.pth'
|
29 |
cfg_path = 'configs/group_vit_gcc_yfcc_30e.yml'
|
30 |
output_dir = 'demo/output'
|
31 |
device = 'cpu'
|