Spaces:
Running
Running
pretrained pth paths
Browse files- configs/clip_dinoiser.yaml +1 -1
- configs/maskclip.yaml +2 -2
configs/clip_dinoiser.yaml
CHANGED
@@ -13,7 +13,7 @@ model:
|
|
13 |
found_th: 0.5
|
14 |
feats_idx: -3
|
15 |
|
16 |
-
checkpoint_path: "checkpoints/last.pt"
|
17 |
output: logs
|
18 |
|
19 |
evaluate:
|
|
|
13 |
found_th: 0.5
|
14 |
feats_idx: -3
|
15 |
|
16 |
+
checkpoint_path: "clip-dinoiser/checkpoints/last.pt"
|
17 |
output: logs
|
18 |
|
19 |
evaluate:
|
configs/maskclip.yaml
CHANGED
@@ -34,7 +34,7 @@ model:
|
|
34 |
interpolate_mode: 'bicubic'
|
35 |
num_fcs: 2
|
36 |
norm_eval: False
|
37 |
-
pretrained: 'checkpoints/ViT-16-laion_clip_backbone.pth'
|
38 |
|
39 |
decode_head:
|
40 |
type: MaskClipHead
|
@@ -46,6 +46,6 @@ model:
|
|
46 |
type: 'SyncBN'
|
47 |
requires_grad: False
|
48 |
align_corners: False
|
49 |
-
visual_projs_path: 'checkpoints/ViT-16-laion_clip_proj.pth'
|
50 |
model_prefix: 'hf-hub:laion'
|
51 |
use_templates: True
|
|
|
34 |
interpolate_mode: 'bicubic'
|
35 |
num_fcs: 2
|
36 |
norm_eval: False
|
37 |
+
pretrained: 'clip-dinoiser/checkpoints/ViT-16-laion_clip_backbone.pth'
|
38 |
|
39 |
decode_head:
|
40 |
type: MaskClipHead
|
|
|
46 |
type: 'SyncBN'
|
47 |
requires_grad: False
|
48 |
align_corners: False
|
49 |
+
visual_projs_path: 'clip-dinoiser/checkpoints/ViT-16-laion_clip_proj.pth'
|
50 |
model_prefix: 'hf-hub:laion'
|
51 |
use_templates: True
|