Skip to content

Commit 4bf212a

Browse files
committed
feat: updated final version to devrel repo
1 parent 699c725 commit 4bf212a

Some content is hidden

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

43 files changed

+1370
-0
lines changed

data-in-ai-revolution/README.md

Lines changed: 589 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"num_dogs": 2,
3+
"num_toys": 1,
4+
"playing": true,
5+
"dog_characteristics":{
6+
"dog_1":
7+
{
8+
"breed": "golden retriever"
9+
},
10+
"dog_2":
11+
{
12+
"breed": "unknown"
13+
}
14+
}
15+
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"num_dogs": 2,
3+
"num_toys": 1,
4+
"playing": true,
5+
"dog_1_bounding_box":{
6+
"confidence": 0.9900843,
7+
"boundingPolygon": {
8+
"normalizedVertices": [
9+
{
10+
"x": 0.5381818181818182,
11+
"y": 0.13198573127229488
12+
},
13+
{
14+
"x": 0.9612121212121212,
15+
"y": 0.13198573127229488
16+
},
17+
{
18+
"x": 0.9612121212121212,
19+
"y": 0.8061831153388823
20+
},
21+
{
22+
"x": 0.5381818181818182,
23+
"y": 0.8061831153388823
24+
}
25+
]
26+
}
27+
},
28+
"dog_2_bounding_box":{
29+
"confidence": 0.9896154,
30+
"boundingPolygon": {
31+
"normalizedVertices": [
32+
{
33+
"x": 0,
34+
"y": 0.1985731272294887
35+
},
36+
{
37+
"x": 0.42363636363636364,
38+
"y": 0.1985731272294887
39+
},
40+
{
41+
"x": 0.42363636363636364,
42+
"y": 0.7455410225921522
43+
},
44+
{
45+
"x": 0,
46+
"y": 0.7455410225921522
47+
}
48+
]
49+
}
50+
},
51+
"dog_characteristics":{
52+
"dog_1":
53+
{
54+
"breed": "golden retriever"
55+
},
56+
"dog_2":
57+
{
58+
"breed": "unknown"
59+
}
60+
}
61+
}

data-in-ai-revolution/data/league_data_api.json

Lines changed: 313 additions & 0 deletions
Large diffs are not rendered by default.
117 KB
Loading
1.6 MB
Loading
21 KB
Loading
1.73 MB
Loading

data-in-ai-revolution/img/cnn_1.gif

3.72 MB
Loading

data-in-ai-revolution/img/cnn_2.gif

834 KB
Loading

0 commit comments

Comments
 (0)