Spaces:
Runtime error
Runtime error
jwyang
commited on
Commit
•
58977af
1
Parent(s):
4121bec
add ckpt
Browse files
configs/CLIP_fast_rcnn_R_50_C4.yaml
CHANGED
@@ -2,7 +2,7 @@ _BASE_: "./Base-RCNN-C4.yaml"
|
|
2 |
MODEL:
|
3 |
META_ARCHITECTURE: "CLIPFastRCNN" # "CLIPRCNN" # "GeneralizedRCNN"
|
4 |
MASK_ON: False
|
5 |
-
WEIGHTS: "./
|
6 |
BACKBONE:
|
7 |
NAME: "build_clip_resnet_backbone" # "build_resnet_fpn_backbone"
|
8 |
FREEZE_AT: 2
|
|
|
2 |
MODEL:
|
3 |
META_ARCHITECTURE: "CLIPFastRCNN" # "CLIPRCNN" # "GeneralizedRCNN"
|
4 |
MASK_ON: False
|
5 |
+
WEIGHTS: "./regionclip_r50x4.pth"
|
6 |
BACKBONE:
|
7 |
NAME: "build_clip_resnet_backbone" # "build_resnet_fpn_backbone"
|
8 |
FREEZE_AT: 2
|
regionclip_r50x4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e72bfa4759f84307b04fca917e07ddca4009cf80822f2ffe1263ecc2ad4d8bc
|
3 |
+
size 1173130823
|