Skip to content

Commit d8fe9c6

Browse files
committed
add cv-vae
1 parent 87cba4d commit d8fe9c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+1810
-0
lines changed

cvvae/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Website for SEED Multimodal
2+
# ailab-cvc.github.io/seed

cvvae/citation.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@article{ge2023planting,
2+
title={Planting a seed of vision in large language model},
3+
author={Ge, Yuying and Ge, Yixiao and Zeng, Ziyun and Wang, Xintao and Shan, Ying},
4+
journal={arXiv preprint arXiv:2307.08041},
5+
year={2023}
6+
}
7+
8+
@article{li2023seed,
9+
title={Seed-bench: Benchmarking multimodal llms with generative comprehension},
10+
author={Li, Bohao and Wang, Rui and Wang, Guangzhi and Ge, Yuying and Ge, Yixiao and Shan, Ying},
11+
journal={arXiv preprint arXiv:2307.16125},
12+
year={2023}
13+
}
14+
15+
@article{ge2023making,
16+
title={Making LLaMA SEE and Draw with SEED Tokenizer},
17+
author={Ge, Yuying and Zhao, Sijie and Zeng, Ziyun and Ge, Yixiao and Li, Chen and Wang, Xintao and Shan, Ying},
18+
journal={arXiv preprint arXiv:2310.01218},
19+
year={2023}
20+
}

cvvae/css/app.css

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
/* latin-ext */
2+
@font-face {
3+
font-family: 'Lato';
4+
font-style: italic;
5+
font-weight: 400;
6+
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
7+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
8+
}
9+
/* latin */
10+
@font-face {
11+
font-family: 'Lato';
12+
font-style: italic;
13+
font-weight: 400;
14+
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
15+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
16+
}
17+
/* latin-ext */
18+
@font-face {
19+
font-family: 'Lato';
20+
font-style: italic;
21+
font-weight: 700;
22+
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
23+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
24+
}
25+
/* latin */
26+
@font-face {
27+
font-family: 'Lato';
28+
font-style: italic;
29+
font-weight: 700;
30+
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
31+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
32+
}
33+
/* latin-ext */
34+
@font-face {
35+
font-family: 'Lato';
36+
font-style: normal;
37+
font-weight: 400;
38+
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
39+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
40+
}
41+
/* latin */
42+
@font-face {
43+
font-family: 'Lato';
44+
font-style: normal;
45+
font-weight: 400;
46+
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
47+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
48+
}
49+
/* latin-ext */
50+
@font-face {
51+
font-family: 'Lato';
52+
font-style: normal;
53+
font-weight: 700;
54+
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
55+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
56+
}
57+
/* latin */
58+
@font-face {
59+
font-family: 'Lato';
60+
font-style: normal;
61+
font-weight: 700;
62+
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
63+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
64+
}
65+
66+
a {
67+
color: #1772d0;
68+
text-decoration: none;
69+
}
70+
71+
a:focus,
72+
a:hover {
73+
color: #f09228;
74+
text-decoration: none;
75+
}
76+
77+
body,
78+
td,
79+
th,
80+
tr,
81+
p,
82+
a {
83+
font-family: 'Lato', Verdana, Helvetica, Calibri;
84+
}
85+
86+
strong {
87+
font-family: 'Lato', Verdana, Helvetica, Calibri;
88+
font-size: 14px;
89+
}
90+
91+
heading {
92+
font-family: 'Lato', Verdana, Helvetica, Calibri;
93+
font-size: 22px;
94+
}
95+
96+
papertitle {
97+
font-family: 'Lato', Verdana, Helvetica, Calibri;
98+
font-size: 14px;
99+
font-weight: 700
100+
}
101+
102+
name {
103+
font-family: 'Lato', Verdana, Helvetica, Calibri;
104+
font-size: 32px;
105+
}
106+
107+
.one {
108+
width: 160px;
109+
height: 160px;
110+
position: relative;
111+
}
112+
113+
.two {
114+
width: 160px;
115+
height: 160px;
116+
position: absolute;
117+
transition: opacity .2s ease-in-out;
118+
-moz-transition: opacity .2s ease-in-out;
119+
-webkit-transition: opacity .2s ease-in-out;
120+
}
121+
122+
.fade {
123+
transition: opacity .2s ease-in-out;
124+
-moz-transition: opacity .2s ease-in-out;
125+
-webkit-transition: opacity .2s ease-in-out;
126+
}
127+
128+
span.highlight {
129+
background-color: #ffffd0;
130+
}
131+
132+
.CodeMirror {
133+
font-size: .8em;
134+
height: auto;
135+
}
136+
137+
.CodeMirror-scroll {
138+
overflow-y: hidden;
139+
overflow-x: auto;
140+
}
141+
142+
#header_img {
143+
margin-top: 2em;
144+
margin-bottom: 1em;
145+
}
146+
147+
.list-inline {
148+
list-style: none;
149+
margin-left: -0.5em;
150+
margin-right: -0.5em;
151+
padding-left: 0;
152+
}
153+
154+
.list-inline > li {
155+
display: inline-block;
156+
margin-left: 0.5em;
157+
margin-right: 0.5em;
158+
}
159+
160+
.img-responsive {
161+
margin: 0 auto;
162+
}

cvvae/css/bootstrap.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cvvae/css/font.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
div,
2+
li,
3+
i,
4+
strong {
5+
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
6+
font-weight: 500;
7+
}
8+
9+
div {
10+
font-size: medium;
11+
}
12+
13+
.css-rainbow-text {
14+
background: linear-gradient(to right, violet, indigo, blue, green, orange, red);
15+
color: #0000;
16+
-webkit-background-clip: text;
17+
background-clip: text;
18+
display: inline-block;
19+
}
20+
21+
.rainbow-gradient {
22+
margin-top: 0px;
23+
margin-bottom: 10px;
24+
font-family: sans-serif;
25+
background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
26+
-webkit-background-clip: text;
27+
-webkit-text-fill-color: transparent;
28+
}
29+
30+
.seed {
31+
font-size: 20px;
32+
}
33+
34+
h3 {
35+
margin-top: 30px;
36+
margin-bottom: 30px;
37+
}
38+
39+
h4 {
40+
font-size: 22px;
41+
}
42+
43+
.img-responsive {
44+
margin-bottom: 20px;
45+
}

cvvae/img/ARC.svg

Lines changed: 110 additions & 0 deletions
Loading

cvvae/img/VAE3D_framework.png

1000 KB
Loading

cvvae/img/ailab.png

28.9 KB
Loading

cvvae/img/ailab_icon.png

22.9 KB
Loading

cvvae/img/github.png

6.94 KB
Loading

0 commit comments

Comments
 (0)