pixels_5x5 / train.json
wop's picture
Update train.json
71618a8 verified
raw
history blame contribute delete
968 Bytes
{
"objects": [
{
"name": "apple",
"pixels": [[2, 1], [1, 2], [2, 2], [3, 2], [2, 0], [1, 1], [3, 1], [2, 3]],
"background": "light_blue",
"color": "red"
},
{
"name": "tree",
"pixels": [[2, 0], [1, 1], [2, 1], [3, 1], [0, 2], [1, 2], [2, 2], [3, 2], [4, 2]],
"background": "light_blue",
"color": "green"
},
{
"name": "cloud",
"pixels": [[1, 0], [2, 0], [0, 1], [1, 1], [2, 1], [3, 1], [1, 2], [2, 2]],
"background": "light_blue",
"color": "white"
},
{
"name": "sun",
"pixels": [[2, 0], [1, 1], [2, 1], [3, 1], [4, 1], [2, 2]],
"background": "light_blue",
"color": "yellow"
},
{"name":"happy face","pixels":[[1,1],[3,1],[0,3],[3,4],[2,4],[1,4],[4,3]],"background":"light_blue","color":"black"}
]
}