Spaces:
Runtime error
Runtime error
Commit
·
c6e542f
1
Parent(s):
3ad7c50
fix: move gdrive to huggingface hub
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ hf_hub_download(
|
|
68 |
local_dir="./"
|
69 |
)
|
70 |
model_path = "models/proxydet_swinb_w_inl.pth"
|
|
|
71 |
|
72 |
args = Namespace(
|
73 |
base_cat_threshold=0.9,
|
|
|
68 |
local_dir="./"
|
69 |
)
|
70 |
model_path = "models/proxydet_swinb_w_inl.pth"
|
71 |
+
zs_weight_path = 'datasets/metadata/lvis_v1_clip_a+cname.npy'
|
72 |
|
73 |
args = Namespace(
|
74 |
base_cat_threshold=0.9,
|