Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
•
6e03515
1
Parent(s):
9ae2d76
upload checkpoints
Browse files- .gitattributes +2 -0
- .gitignore +1 -1
- checkpoints/groundingdino_swinb_cogcoor.pth +3 -0
- checkpoints/sam_vit_h_4b8939.pth +3 -0
.gitattributes
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
data/ikun/reference_images/wt.jpg filter=lfs diff=lfs merge=lfs -text
|
2 |
data/motorbike/reference_images/pink-motor.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
1 |
data/ikun/reference_images/wt.jpg filter=lfs diff=lfs merge=lfs -text
|
2 |
data/motorbike/reference_images/pink-motor.png filter=lfs diff=lfs merge=lfs -text
|
3 |
+
checkpoints/groundingdino_swinb_cogcoor.pth filter=lfs diff=lfs merge=lfs -text
|
4 |
+
checkpoints/sam_vit_h_4b8939.pth filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
checkpoints/
|
2 |
experiments/
|
3 |
|
4 |
|
|
|
1 |
+
# checkpoints/
|
2 |
experiments/
|
3 |
|
4 |
|
checkpoints/groundingdino_swinb_cogcoor.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46270f7a822e6906b655b729c90613e48929d0f2bb8b9b76fd10a856f3ac6ab7
|
3 |
+
size 938057991
|
checkpoints/sam_vit_h_4b8939.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e
|
3 |
+
size 2564550879
|