Skip to content

Commit fb82e5d

Browse files
Conchylicultorcopybara-github
authored andcommitted
Update metadata
PiperOrigin-RevId: 263876355
1 parent 301c281 commit fb82e5d

File tree

731 files changed

+83619
-312
lines changed

Some content is hidden

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

731 files changed

+83619
-312
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"citation": "@article{DBLP:journals/corr/ZhuLLSL15,\n author = {Xiangyu Zhu and\n Zhen Lei and\n Xiaoming Liu and\n Hailin Shi and\n Stan Z. Li},\n title = {Face Alignment Across Large Poses: {A} 3D Solution},\n journal = {CoRR},\n volume = {abs/1511.07212},\n year = {2015},\n url = {http://arxiv.org/abs/1511.07212},\n archivePrefix = {arXiv},\n eprint = {1511.07212},\n timestamp = {Mon, 13 Aug 2018 16:48:23 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/ZhuLLSL15},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
3+
"description": "AFLW2000-3D is a dataset of 2000 images that have been annotated with image-level\n68-point 3D facial landmarks.\nThis dataset is typically used for evaluation of 3D facial landmark detection\nmodels. The head poses are very diverse and often hard to be detected by a \ncnn-based face detector.\nThe 2D landmarks are skipped in this dataset, since some of the data are not\nconsistent to 21 points, as the original paper mentioned.\n",
4+
"location": {
5+
"urls": [
6+
"http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm"
7+
]
8+
},
9+
"name": "aflw2k3d",
10+
"schema": {
11+
"feature": [
12+
{
13+
"name": "image",
14+
"shape": {
15+
"dim": [
16+
{
17+
"size": "450"
18+
},
19+
{
20+
"size": "450"
21+
},
22+
{
23+
"size": "3"
24+
}
25+
]
26+
},
27+
"type": "INT"
28+
},
29+
{
30+
"name": "landmarks_68_3d_xy_normalized",
31+
"shape": {
32+
"dim": [
33+
{
34+
"size": "68"
35+
},
36+
{
37+
"size": "2"
38+
}
39+
]
40+
},
41+
"type": "FLOAT"
42+
},
43+
{
44+
"name": "landmarks_68_3d_z",
45+
"shape": {
46+
"dim": [
47+
{
48+
"size": "68"
49+
},
50+
{
51+
"size": "1"
52+
}
53+
]
54+
},
55+
"type": "FLOAT"
56+
}
57+
]
58+
},
59+
"sizeInBytes": "87413900",
60+
"splits": [
61+
{
62+
"name": "train",
63+
"numShards": "1",
64+
"shardLengths": [
65+
"2000"
66+
],
67+
"statistics": {
68+
"features": [
69+
{
70+
"name": "image",
71+
"numStats": {
72+
"commonStats": {
73+
"numNonMissing": "2000"
74+
},
75+
"max": 255.0
76+
}
77+
},
78+
{
79+
"name": "landmarks_68_3d_xy_normalized",
80+
"numStats": {
81+
"commonStats": {
82+
"numNonMissing": "2000"
83+
},
84+
"max": 1.2392321825027466,
85+
"min": -0.14475858211517334
86+
},
87+
"type": "FLOAT"
88+
},
89+
{
90+
"name": "landmarks_68_3d_z",
91+
"numStats": {
92+
"commonStats": {
93+
"numNonMissing": "2000"
94+
},
95+
"max": 249.442138671875,
96+
"min": -236.1607208251953
97+
},
98+
"type": "FLOAT"
99+
}
100+
],
101+
"numExamples": "2000"
102+
}
103+
}
104+
],
105+
"version": "1.0.0"
106+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"encoding_format": "jpeg", "shape": [450, 450, 3]}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### ByteTextEncoder
2+
### Metadata: {}
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
{
2+
"citation": "@article{DBLP:journals/corr/SeeLM17,\n author = {Abigail See and\n Peter J. Liu and\n Christopher D. Manning},\n title = {Get To The Point: Summarization with Pointer-Generator Networks},\n journal = {CoRR},\n volume = {abs/1704.04368},\n year = {2017},\n url = {http://arxiv.org/abs/1704.04368},\n archivePrefix = {arXiv},\n eprint = {1704.04368},\n timestamp = {Mon, 13 Aug 2018 16:46:08 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/SeeLM17},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n\n@inproceedings{hermann2015teaching,\n title={Teaching machines to read and comprehend},\n author={Hermann, Karl Moritz and Kocisky, Tomas and Grefenstette, Edward and Espeholt, Lasse and Kay, Will and Suleyman, Mustafa and Blunsom, Phil},\n booktitle={Advances in neural information processing systems},\n pages={1693--1701},\n year={2015}\n}\n",
3+
"description": "CNN/DailyMail non-anonymized summarization dataset.\n\nThere are two features:\n - article: text of news article, used as the document to be summarized\n - highlights: joined text of highlights with <s> and </s> around each\n highlight, which is the target summary\n",
4+
"location": {
5+
"urls": [
6+
"https://github.com/abisee/cnn-dailymail"
7+
]
8+
},
9+
"name": "cnn_dailymail",
10+
"schema": {
11+
"feature": [
12+
{
13+
"name": "article",
14+
"shape": {
15+
"dim": [
16+
{
17+
"size": "-1"
18+
}
19+
]
20+
},
21+
"type": "INT"
22+
},
23+
{
24+
"name": "highlights",
25+
"shape": {
26+
"dim": [
27+
{
28+
"size": "-1"
29+
}
30+
]
31+
},
32+
"type": "INT"
33+
}
34+
]
35+
},
36+
"sizeInBytes": "585439472",
37+
"splits": [
38+
{
39+
"name": "test",
40+
"numShards": "10",
41+
"shardLengths": [
42+
"11490"
43+
],
44+
"statistics": {
45+
"features": [
46+
{
47+
"name": "article",
48+
"numStats": {
49+
"commonStats": {
50+
"numNonMissing": "11490"
51+
},
52+
"max": 241.0,
53+
"min": 10.0
54+
}
55+
},
56+
{
57+
"name": "highlights",
58+
"numStats": {
59+
"commonStats": {
60+
"numNonMissing": "11490"
61+
},
62+
"max": 227.0,
63+
"min": 33.0
64+
}
65+
}
66+
],
67+
"numExamples": "11490"
68+
}
69+
},
70+
{
71+
"name": "train",
72+
"numShards": "100",
73+
"shardLengths": [
74+
"17945",
75+
"17944",
76+
"17945",
77+
"17944",
78+
"17945",
79+
"17944",
80+
"17945",
81+
"17945",
82+
"17944",
83+
"17945",
84+
"17944",
85+
"17945",
86+
"17944",
87+
"17945",
88+
"17944",
89+
"17945"
90+
],
91+
"statistics": {
92+
"features": [
93+
{
94+
"name": "article",
95+
"numStats": {
96+
"commonStats": {
97+
"numNonMissing": "287113"
98+
},
99+
"max": 241.0,
100+
"min": 10.0
101+
}
102+
},
103+
{
104+
"name": "highlights",
105+
"numStats": {
106+
"commonStats": {
107+
"numNonMissing": "287113"
108+
},
109+
"max": 234.0,
110+
"min": 33.0
111+
}
112+
}
113+
],
114+
"numExamples": "287113"
115+
}
116+
},
117+
{
118+
"name": "validation",
119+
"numShards": "10",
120+
"shardLengths": [
121+
"13368"
122+
],
123+
"statistics": {
124+
"features": [
125+
{
126+
"name": "article",
127+
"numStats": {
128+
"commonStats": {
129+
"numNonMissing": "13368"
130+
},
131+
"max": 240.0,
132+
"min": 33.0
133+
}
134+
},
135+
{
136+
"name": "highlights",
137+
"numStats": {
138+
"commonStats": {
139+
"numNonMissing": "13368"
140+
},
141+
"max": 227.0,
142+
"min": 33.0
143+
}
144+
}
145+
],
146+
"numExamples": "13368"
147+
}
148+
}
149+
],
150+
"supervisedKeys": {
151+
"input": "article",
152+
"output": "highlights"
153+
},
154+
"version": "1.0.0"
155+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### ByteTextEncoder
2+
### Metadata: {}

0 commit comments

Comments
 (0)