RaphaelLiu commited on
Commit
a37c2e7
β€’
1 Parent(s): 0c3c47d

Update content

Browse files
Dover/convnext_base_1k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf582b32dd0209e6a4996ca838cd3ff439d4a170ab562d13a791f3010d48d67
3
+ size 354476359
Dover/convnext_base_22k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b007c30d8173f247df47699bd991f534d0ba5284c49929ac71444f7d82d8cfcf
3
+ size 439924487
Dover/convnext_large_1k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b16084fd0c34d320b89048e4c16b6f4e7052f4061a058da99abf3c067a0a94e
3
+ size 791179847
Dover/convnext_large_22k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4db69335d0ba0f2bf46a239cef48b6f312ef75487fd47bd56dae03a2288c4213
3
+ size 919310343
Dover/convnext_small_1k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe969be0ad46c62ace0981c933ff47af59b9753365d71466efa6896571a879ad
3
+ size 201005191
Dover/convnext_small_22k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f20d49d1ea09942ec456b0ba3981d558676016ef5a682d3f5f95744460d8374
3
+ size 265112135
Dover/convnext_tiny_1k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f3164e3ea6ac32ab3f574f528ce817696c9176fad4221e0a77a905a7360595
3
+ size 114414741
Dover/convnext_tiny_22k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b2153ae940daa9d60bd75e0ed5065b8ec60bda247941c43bfeaad638068781
3
+ size 178521685
Dover/convnext_xlarge_22k.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:315647daeaa37c576ac017e850892254f1016a2e4a4ed5ebca1c1f6098174b61
3
+ size 1571711303
Dover/download_pth.py ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import requests
2
+
3
+ model_urls = {
4
+ "convnext_tiny_1k": "https://dl.fbaipublicfiles.com/convnext/convnext_tiny_1k_224_ema.pth",
5
+ "convnext_small_1k": "https://dl.fbaipublicfiles.com/convnext/convnext_small_1k_224_ema.pth",
6
+ "convnext_base_1k": "https://dl.fbaipublicfiles.com/convnext/convnext_base_1k_224_ema.pth",
7
+ "convnext_large_1k": "https://dl.fbaipublicfiles.com/convnext/convnext_large_1k_224_ema.pth",
8
+ "convnext_tiny_22k": "https://dl.fbaipublicfiles.com/convnext/convnext_tiny_22k_224.pth",
9
+ "convnext_small_22k": "https://dl.fbaipublicfiles.com/convnext/convnext_small_22k_224.pth",
10
+ "convnext_base_22k": "https://dl.fbaipublicfiles.com/convnext/convnext_base_22k_224.pth",
11
+ "convnext_large_22k": "https://dl.fbaipublicfiles.com/convnext/convnext_large_22k_224.pth",
12
+ "convnext_xlarge_22k": "https://dl.fbaipublicfiles.com/convnext/convnext_xlarge_22k_224.pth",
13
+ }
14
+
15
+
16
+ # Download the files to your local disk
17
+ for model_name, url in model_urls.items():
18
+ response = requests.get(url)
19
+ with open(f"{model_name}.pth", "wb") as f:
20
+ f.write(response.content)
21
+
22
+ print(f"{model_name} downloaded!")
23
+
24
+
25
+
26
+ FID_WEIGHTS_URL = ('https://github.com/w86763777/pytorch-gan-metrics/releases/'
27
+ 'download/v0.1.0/pt_inception-2015-12-05-6726825d.pth')
Dover/pretrained_weights/DOVER-Mobile.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b487be2aa4b3dd6920afa2e92294ed8fdd46a306911f75ecc8e6938a670884
3
+ size 42794791
Dover/pretrained_weights/DOVER.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a42c0bbc94c94dd7409e7f40887d44c5c30314d1d09e7edf03cc35813b4838
3
+ size 239729097
models.zip β†’ RAFT/models.zip RENAMED
File without changes
{models β†’ RAFT/models}/raft-chairs.pth RENAMED
File without changes
{models β†’ RAFT/models}/raft-kitti.pth RENAMED
File without changes
{models β†’ RAFT/models}/raft-sintel.pth RENAMED
File without changes
{models β†’ RAFT/models}/raft-small.pth RENAMED
File without changes
{models β†’ RAFT/models}/raft-things.pth RENAMED
File without changes
VideoMAE/vit-base-p16_videomaev2-vit-g-dist-k710-pre_16x4x1_kinetics-400_20230510-3e7f93b2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7f93b2be64c7c1cbe4587a1561d7c7a277eab3bad7f87dad7a4b52ec76f367
3
+ size 173101070
bert-base-uncased ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 1dbc166cf8765166998eff31ade2eb64c8a40076
blip2-opt-2.7b ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 1ef7f63a8f0a144c13fdca8103eb7b4691c74cec
ckpt/R50_DeAOTL_PRE_YTB_DAV.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e8a8d83310739bac02817f6bf48b6bbe2bbd7d5325722f1084088eb3aee1e06
3
+ size 236513959
ckpt/groundingdino_swint_ogc.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b3ca2563c77c69f651d7bd133e97139c186df06231157a64c507099c52bc799
3
+ size 693997677
ckpt/sam_vit_b_01ec64.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2df62732614e57411cdcf32a23ffdf28910380d03139ee0f4fcbe91eb8c912
3
+ size 375042383
clip-vit-base-patch32 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit e6a30b603a447e251fdaca1c3056b2a16cdfebeb
cp.sh CHANGED
@@ -1,6 +1,6 @@
1
- cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/Dover /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
2
- cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/bert-base-uncased /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
3
- cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/blip2-opt-2.7b /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
4
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/ckpt /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
5
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/clip-vit-base-patch32 /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
6
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/RAFT /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
 
1
+ cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/Dover /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models &
2
+ cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/bert-base-uncased /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models &
3
+ cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/blip2-opt-2.7b /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models &
4
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/ckpt /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
5
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/clip-vit-base-patch32 /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
6
  cp -r /apdcephfs/share_1290939/raphaelliu/Vid_Eval/model_zoo/RAFT /apdcephfs/share_1290939/raphaelliu/EvalCrafter-Models
stable-diffusion-xl-base-1.0 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit bf714989e22c57ddc1c453bf74dab4521acb81d8