Commit a52ea2e4 authored by BobYeah's avatar BobYeah
Browse files

implemented a simple encoder-transformer-decoder net

parent 0356508b
{
"idx":[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
152,
153,
154,
155,
156,
157,
158,
159,
160,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
173,
174,
175,
176,
177,
178,
179,
180,
181,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
300,
301,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
384,
385,
386,
387,
388,
389,
390,
391,
392,
393,
394,
395,
396,
397,
398,
399,
400,
401,
402,
403,
404,
405,
406,
407,
408,
409,
410,
411,
412,
413,
414,
415,
416,
417,
418,
419,
420,
421,
422,
423,
424,
425,
426,
427,
428,
429,
430,
431,
432,
433,
434,
435,
436,
437,
438,
439,
440,
441,
442,
443,
444,
445,
446,
447,
448,
449,
450,
451,
452,
453,
454,
455,
456,
457,
458,
459,
460,
461,
462,
463,
464,
465,
466,
467,
468,
469,
470,
471,
472,
473,
474,
475,
476,
477,
478,
479,
480,
481,
482,
483,
484,
485,
486,
487,
488,
489,
490,
491,
492,
493,
494,
495,
496,
497,
498,
499
],
"seq":[
[0,5,10,15,20],
[25,30,35,40,45],
[50,55,60,65,70],
[75,80,85,90,95],
[100,105,110,115,120],
[125,130,135,140,145],
[150,155,160,165,170],
[175,180,185,190,195],
[200,205,210,215,220],
[225,230,235,240,245],
[250,255,260,265,270],
[275,280,285,290,295],
[300,305,310,315,320],
[325,330,335,340,345],
[350,355,360,365,370],
[375,380,385,390,395],
[400,405,410,415,420],
[425,430,435,440,445],
[450,455,460,465,470],
[475,480,485,490,495],
[1,6,11,16,21],
[26,31,36,41,46],
[51,56,61,66,71],
[76,81,86,91,96],
[101,106,111,116,121],
[126,131,136,141,146],
[151,156,161,166,171],
[176,181,186,191,196],
[201,206,211,216,221],
[226,231,236,241,246],
[251,256,261,266,271],
[276,281,286,291,296],
[301,306,311,316,321],
[326,331,336,341,346],
[351,356,361,366,371],
[376,381,386,391,396],
[401,406,411,416,421],
[426,431,436,441,446],
[451,456,461,466,471],
[476,481,486,491,496],
[2,7,12,17,22],
[27,32,37,42,47],
[52,57,62,67,72],
[77,82,87,92,97],
[102,107,112,117,122],
[127,132,137,142,147],
[152,157,162,167,172],
[177,182,187,192,197],
[202,207,212,217,222],
[227,232,237,242,247],
[252,257,262,267,272],
[277,282,287,292,297],
[302,307,312,317,322],
[327,332,337,342,347],
[352,357,362,367,372],
[377,382,387,392,397],
[402,407,412,417,422],
[427,432,437,442,447],
[452,457,462,467,472],
[477,482,487,492,497],
[3,8,13,18,23],
[28,33,38,43,48],
[53,58,63,68,73],
[78,83,88,93,98],
[103,108,113,118,123],
[128,133,138,143,148],
[153,158,163,168,173],
[178,183,188,193,198],
[203,208,213,218,223],
[228,233,238,243,248],
[253,258,263,268,273],
[278,283,288,293,298],
[303,308,313,318,323],
[328,333,338,343,348],
[353,358,363,368,373],
[378,383,388,393,398],
[403,408,413,418,423],
[428,433,438,443,448],
[453,458,463,468,473],
[478,483,488,493,498],
[4,9,14,19,24],
[29,34,39,44,49],
[54,59,64,69,74],
[79,84,89,94,99],
[104,109,114,119,124],
[129,134,139,144,149],
[154,159,164,169,174],
[179,184,189,194,199],
[204,209,214,219,224],
[229,234,239,244,249],
[254,259,264,269,274],
[279,284,289,294,299],
[304,309,314,319,324],
[329,334,339,344,349],
[354,359,364,369,374],
[379,384,389,394,399],
[404,409,414,419,424],
[429,434,439,444,449],
[454,459,464,469,474],
[479,484,489,494,499]
],
"focaldepth": [
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3,
1,
1.2,
1.5,
2,
3
],
"gazeX":[
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3
],
"gazeY":[
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-3,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-2.333,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1.667,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
-0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
0.333,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
1.667,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
2.333,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
],
"train":[
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png",
"RPG_3x3x320p_l0.png"
],
"gt":[
"RPG_3x3x320p_retinal_-3.000,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,-3.000_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,-3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,-2.333_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,-2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,-1.667_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,-1.000_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,-1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,-0.333_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,-0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,0.333_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,0.333_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,1.000_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.000_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,1.667_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,1.667_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,2.333_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,2.333_3.000_0.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-3.000,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-3.000,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-2.333,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-2.333,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.667,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.667,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-1.000,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-1.000,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_-0.333,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_-0.333,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_0.333,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_0.333,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.000,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.000,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_1.667,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_1.667,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_2.333,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_2.333,3.000_3.000_0.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.000_0.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.200_0.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.500_0.png",
"RPG_3x3x320p_retinal_3.000,3.000_2.000_0.png",
"RPG_3x3x320p_retinal_3.000,3.000_3.000_0.png"
],
"gt2":[
"RPG_3x3x320p_retinal_-3.000,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,-3.000_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,-3.000_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,-3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,-2.333_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,-2.333_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,-2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,-1.667_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,-1.667_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,-1.000_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,-1.000_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,-1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,-0.333_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,-0.333_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,-0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,0.333_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,0.333_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,0.333_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,1.000_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,1.000_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.000_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,1.667_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,1.667_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,1.667_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,2.333_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,2.333_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,2.333_3.000_1.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-3.000,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-3.000,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-3.000,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-2.333,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-2.333,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-2.333,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.667,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.667,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.667,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-1.000,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-1.000,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-1.000,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_-0.333,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_-0.333,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_-0.333,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_0.333,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_0.333,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_0.333,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.000,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.000,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.000,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_1.667,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_1.667,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_1.667,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_2.333,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_2.333,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_2.333,3.000_3.000_1.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.000_1.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.200_1.png",
"RPG_3x3x320p_retinal_3.000,3.000_1.500_1.png",
"RPG_3x3x320p_retinal_3.000,3.000_2.000_1.png",
"RPG_3x3x320p_retinal_3.000,3.000_3.000_1.png"
]
}
from typing import List, Tuple
import torch
import json
from ..my import util
def ReadLightField(path: str, views: Tuple[int, int], flatten_views: bool = False) -> torch.Tensor:
input_img = util.ReadImageTensor(path, batch_dim=False)
h = input_img.size()[1] // views[0]
w = input_img.size()[2] // views[1]
if flatten_views:
lf = torch.empty(views[0] * views[1], 3, h, w)
for y_i in range(views[0]):
for x_i in range(views[1]):
lf[y_i * views[1] + x_i, :, :, :] = \
input_img[:, y_i * h:(y_i + 1) * h, x_i * w:(x_i + 1) * w]
else:
lf = torch.empty(views[0], views[1], 3, h, w)
for y_i in range(views[0]):
for x_i in range(views[1]):
lf[y_i, x_i, :, :, :] = \
input_img[:, y_i * h:(y_i + 1) * h, x_i * w:(x_i + 1) * w]
return lf
def DecodeDepth(depth_images: torch.Tensor) -> torch.Tensor:
return depth_images[:, 0].unsqueeze(1).mul(255) / 10
class LightFieldSynDataset(torch.utils.data.dataset.Dataset):
"""
Data loader for light field synthesis task
Attributes
--------
data_dir ```string```: the directory of dataset\n
n_views ```tuple(int, int)```: rows and columns of views\n
num_views ```int```: number of views\n
view_images ```N x H x W Tensor```: images of views\n
view_depths ```N x H x W Tensor```: depths of views\n
view_positions ```N x 3 Tensor```: positions of views\n
sparse_view_images ```N' x H x W Tensor```: images of sparse views\n
sparse_view_depths ```N' x H x W Tensor```: depths of sparse views\n
sparse_view_positions ```N' x 3 Tensor```: positions of sparse views\n
"""
def __init__(self, data_desc_path: str):
"""
Initialize data loader for light field synthesis task
The data description file is a JSON file with following fields:
- lf: string, the path of light field image
- lf_depth: string, the path of light field depth image
- n_views: { "x", "y" }, columns and rows of views
- cam_params: { "f", "c" }, the focal and center of camera (in normalized image space)
- depth_range: [ min, max ], the range of depth in depth maps
- depth_layers: int, number of layers in depth maps
- view_positions: [ [ x, y, z ], ... ], positions of views
:param data_desc_path: path to the data description file
"""
self.data_dir = data_desc_path.rsplit('/', 1)[0] + '/'
with open(data_desc_path, 'r', encoding='utf-8') as file:
self.data_desc = json.loads(file.read())
self.n_views = (self.data_desc['n_views']
['y'], self.data_desc['n_views']['x'])
self.num_views = self.n_views[0] * self.n_views[1]
self.view_images = ReadLightField(
self.data_dir + self.data_desc['lf'], self.n_views, True)
self.view_depths = DecodeDepth(ReadLightField(
self.data_dir + self.data_desc['lf_depth'], self.n_views, True))
self.cam_params = self.data_desc['cam_params']
self.depth_range = self.data_desc['depth_range']
self.depth_layers = self.data_desc['depth_layers']
self.view_positions = torch.tensor(self.data_desc['view_positions'])
_, self.sparse_view_images, self.sparse_view_depths, self.sparse_view_positions \
= self._GetCornerViews()
self.diopter_of_layers = self._GetDiopterOfLayers()
def __len__(self):
return self.num_views
def __getitem__(self, idx):
return idx, self.view_images[idx], self.view_depths[idx], self.view_positions[idx]
def _GetCornerViews(self):
corner_selector = torch.zeros(self.num_views, dtype=torch.bool)
corner_selector[0] = corner_selector[self.n_views[1] - 1] \
= corner_selector[self.num_views - self.n_views[1]] \
= corner_selector[self.num_views - 1] = True
return self.__getitem__(corner_selector)
def _GetDiopterOfLayers(self) -> List[float]:
diopter_range = (1 / self.depth_range[1], 1 / self.depth_range[0])
step = (diopter_range[1] - diopter_range[0]) / (self.depth_layers - 1)
diopter_of_layers = [diopter_range[0] + step * i for i in range(self.depth_layers)]
diopter_of_layers.insert(0, 0)
return diopter_of_layers
import torch
import os
import glob
import numpy as np
import torchvision.transforms as transforms
from torchvision import datasets
from torch.utils.data import DataLoader
import cv2
import json
from Flow import *
from gen_image import *
import util
import time
class lightFieldSynDataLoader(torch.utils.data.dataset.Dataset):
def __init__(self, file_dir_path, file_json):
self.file_dir_path = file_dir_path
with open(file_json, encoding='utf-8') as file:
self.dataset_desc = json.loads(file.read())
self.input_img = []
for i in self.dataset_desc["train"]:
lf_element = os.path.join(self.file_dir_path, i)
lf_element = cv2.imread(
lf_element, -cv2.IMREAD_ANYDEPTH)[:, :, 0:3]
lf_element = cv2.cvtColor(
lf_element, cv2.COLOR_BGR2RGB).astype(np.float32) / 255.
lf_element = lf_element[:, :-1, :]
self.input_img.append(lf_element)
self.input_img = np.asarray(self.input_img)
def __len__(self):
return len(self.dataset_desc["gt"])
def __getitem__(self, idx):
gt, pos_row, pos_col = self.get_datum(idx)
return (self.input_img, gt, pos_row, pos_col)
def get_datum(self, idx):
fd_gt_path = os.path.join(
self.file_dir_path, self.dataset_desc["gt"][idx])
gt = cv2.imread(fd_gt_path, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt = cv2.cvtColor(gt, cv2.COLOR_BGR2RGB)
gt = gt[:, :-1, :]
pos_col = self.dataset_desc["x"][idx]
pos_row = self.dataset_desc["y"][idx]
return gt, pos_row, pos_col
class lightFieldDataLoader(torch.utils.data.dataset.Dataset):
def __init__(self, file_dir_path, file_json, transforms=None):
self.file_dir_path = file_dir_path
self.transforms = transforms
# self.datum_list = glob.glob(os.path.join(file_dir_path,"*"))
with open(file_json, encoding='utf-8') as file:
self.dataset_desc = json.loads(file.read())
def __len__(self):
return len(self.dataset_desc["focaldepth"])
def __getitem__(self, idx):
lightfield_images, gt, gt2, fd, gazeX, gazeY, sample_idx = self.get_datum(
idx)
if self.transforms:
lightfield_images = self.transforms(lightfield_images)
# print(lightfield_images.shape,gt.shape,fd,gazeX,gazeY,sample_idx)
return (lightfield_images, gt, gt2, fd, gazeX, gazeY, sample_idx)
def get_datum(self, idx):
lf_image_paths = os.path.join(
self.file_dir_path, self.dataset_desc["train"][idx])
# print(lf_image_paths)
fd_gt_path = os.path.join(
self.file_dir_path, self.dataset_desc["gt"][idx])
fd_gt_path2 = os.path.join(
self.file_dir_path, self.dataset_desc["gt2"][idx])
# print(fd_gt_path)
lf_images = []
lf_image_big = cv2.imread(
lf_image_paths, cv2.IMREAD_UNCHANGED).astype(np.float32) / 255.
lf_image_big = cv2.cvtColor(lf_image_big, cv2.COLOR_BGR2RGB)
# IF GrayScale
# lf_image_big = cv2.imread(lf_image_paths, cv2.IMREAD_GRAYSCALE).astype(np.float32) / 255.
# lf_image_big = np.expand_dims(lf_image_big, axis=-1)
# print(lf_image_big.shape)
for i in range(9):
lf_image = lf_image_big[i//3*IM_H:i//3 *
IM_H+IM_H, i % 3*IM_W:i % 3*IM_W+IM_W, 0:3]
# IF GrayScale
# lf_image = lf_image_big[i//3*IM_H:i//3*IM_H+IM_H,i%3*IM_W:i%3*IM_W+IM_W,0:1]
# print(lf_image.shape)
lf_images.append(lf_image)
gt = cv2.imread(fd_gt_path, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt = cv2.cvtColor(gt, cv2.COLOR_BGR2RGB)
gt2 = cv2.imread(fd_gt_path2, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt2 = cv2.cvtColor(gt2, cv2.COLOR_BGR2RGB)
# IF GrayScale
# gt = cv2.imread(fd_gt_path, cv2.IMREAD_GRAYSCALE).astype(np.float32) / 255.
# gt = np.expand_dims(gt, axis=-1)
fd = self.dataset_desc["focaldepth"][idx]
gazeX = self.dataset_desc["gazeX"][idx]
gazeY = self.dataset_desc["gazeY"][idx]
sample_idx = self.dataset_desc["idx"][idx]
return np.asarray(lf_images), gt, gt2, fd, gazeX, gazeY, sample_idx
class lightFieldValDataLoader(torch.utils.data.dataset.Dataset):
def __init__(self, file_dir_path, file_json, transforms=None):
self.file_dir_path = file_dir_path
self.transforms = transforms
# self.datum_list = glob.glob(os.path.join(file_dir_path,"*"))
with open(file_json, encoding='utf-8') as file:
self.dataset_desc = json.loads(file.read())
def __len__(self):
return len(self.dataset_desc["focaldepth"])
def __getitem__(self, idx):
lightfield_images, fd, gazeX, gazeY, sample_idx = self.get_datum(idx)
if self.transforms:
lightfield_images = self.transforms(lightfield_images)
# print(lightfield_images.shape,gt.shape,fd,gazeX,gazeY,sample_idx)
return (lightfield_images, fd, gazeX, gazeY, sample_idx)
def get_datum(self, idx):
lf_image_paths = os.path.join(
self.file_dir_path, self.dataset_desc["train"][idx])
# print(fd_gt_path)
lf_images = []
lf_image_big = cv2.imread(
lf_image_paths, cv2.IMREAD_UNCHANGED).astype(np.float32) / 255.
lf_image_big = cv2.cvtColor(lf_image_big, cv2.COLOR_BGR2RGB)
# IF GrayScale
# lf_image_big = cv2.imread(lf_image_paths, cv2.IMREAD_GRAYSCALE).astype(np.float32) / 255.
# lf_image_big = np.expand_dims(lf_image_big, axis=-1)
# print(lf_image_big.shape)
for i in range(9):
lf_image = lf_image_big[i//3*IM_H:i//3 *
IM_H+IM_H, i % 3*IM_W:i % 3*IM_W+IM_W, 0:3]
# IF GrayScale
# lf_image = lf_image_big[i//3*IM_H:i//3*IM_H+IM_H,i%3*IM_W:i%3*IM_W+IM_W,0:1]
# print(lf_image.shape)
lf_images.append(lf_image)
# IF GrayScale
# gt = cv2.imread(fd_gt_path, cv2.IMREAD_GRAYSCALE).astype(np.float32) / 255.
# gt = np.expand_dims(gt, axis=-1)
fd = self.dataset_desc["focaldepth"][idx]
gazeX = self.dataset_desc["gazeX"][idx]
gazeY = self.dataset_desc["gazeY"][idx]
sample_idx = self.dataset_desc["idx"][idx]
return np.asarray(lf_images), fd, gazeX, gazeY, sample_idx
class lightFieldSeqDataLoader(torch.utils.data.dataset.Dataset):
def __init__(self, file_dir_path, file_json, transforms=None):
self.file_dir_path = file_dir_path
self.transforms = transforms
with open(file_json, encoding='utf-8') as file:
self.dataset_desc = json.loads(file.read())
def __len__(self):
return len(self.dataset_desc["seq"])
def __getitem__(self, idx):
lightfield_images, gt, gt2, fd, gazeX, gazeY, sample_idx = self.get_datum(
idx)
fd = fd.astype(np.float32)
gazeX = gazeX.astype(np.float32)
gazeY = gazeY.astype(np.float32)
sample_idx = sample_idx.astype(np.int64)
# print(fd)
# print(gazeX)
# print(gazeY)
# print(sample_idx)
# print(lightfield_images.dtype,gt.dtype, gt2.dtype, fd.dtype, gazeX.dtype, gazeY.dtype, sample_idx.dtype, delta.dtype)
# print(lightfield_images.shape,gt.shape, gt2.shape, fd.shape, gazeX.shape, gazeY.shape, sample_idx.shape, delta.shape)
if self.transforms:
lightfield_images = self.transforms(lightfield_images)
return (lightfield_images, gt, gt2, fd, gazeX, gazeY, sample_idx)
def get_datum(self, idx):
indices = self.dataset_desc["seq"][idx]
# print("indices:",indices)
lf_images = []
fd = []
gazeX = []
gazeY = []
sample_idx = []
gt = []
gt2 = []
for i in range(len(indices)):
lf_image_paths = os.path.join(
self.file_dir_path, self.dataset_desc["train"][indices[i]])
fd_gt_path = os.path.join(
self.file_dir_path, self.dataset_desc["gt"][indices[i]])
fd_gt_path2 = os.path.join(
self.file_dir_path, self.dataset_desc["gt2"][indices[i]])
lf_image_one_sample = []
lf_image_big = cv2.imread(
lf_image_paths, cv2.IMREAD_UNCHANGED).astype(np.float32) / 255.
lf_image_big = cv2.cvtColor(lf_image_big, cv2.COLOR_BGR2RGB)
for j in range(9):
lf_image = lf_image_big[j//3*IM_H:j//3 *
IM_H+IM_H, j % 3*IM_W:j % 3*IM_W+IM_W, 0:3]
lf_image_one_sample.append(lf_image)
gt_i = cv2.imread(fd_gt_path, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt.append(cv2.cvtColor(gt_i, cv2.COLOR_BGR2RGB))
gt2_i = cv2.imread(fd_gt_path2, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt2.append(cv2.cvtColor(gt2_i, cv2.COLOR_BGR2RGB))
# print("indices[i]:",indices[i])
fd.append([self.dataset_desc["focaldepth"][indices[i]]])
gazeX.append([self.dataset_desc["gazeX"][indices[i]]])
gazeY.append([self.dataset_desc["gazeY"][indices[i]]])
sample_idx.append([self.dataset_desc["idx"][indices[i]]])
lf_images.append(lf_image_one_sample)
# lf_images: 5,9,320,320
return np.asarray(lf_images), np.asarray(gt), np.asarray(gt2), np.asarray(fd), np.asarray(gazeX), np.asarray(gazeY), np.asarray(sample_idx)
class lightFieldFlowSeqDataLoader(torch.utils.data.dataset.Dataset):
def __init__(self, file_dir_path, file_json, gen, conf, transforms=None):
self.file_dir_path = file_dir_path
self.file_json = file_json
self.gen = gen
self.conf = conf
self.transforms = transforms
with open(file_json, encoding='utf-8') as file:
self.dataset_desc = json.loads(file.read())
def __len__(self):
return len(self.dataset_desc["seq"])
def __getitem__(self, idx):
# start = time.time()
lightfield_images, gt, phi, phi_invalid, retinal_invalid, flow, flow_invalid_mask, fd, gazeX, gazeY, posX, posY, posZ, sample_idx = self.get_datum(
idx)
fd = fd.astype(np.float32)
gazeX = gazeX.astype(np.float32)
gazeY = gazeY.astype(np.float32)
posX = posX.astype(np.float32)
posY = posY.astype(np.float32)
posZ = posZ.astype(np.float32)
sample_idx = sample_idx.astype(np.int64)
if self.transforms:
lightfield_images = self.transforms(lightfield_images)
# print("read once:",time.time() - start) # 8 ms
return (lightfield_images, gt, phi, phi_invalid, retinal_invalid, flow, flow_invalid_mask, fd, gazeX, gazeY, posX, posY, posZ, sample_idx)
def get_datum(self, idx):
IM_H = 320
IM_W = 320
indices = self.dataset_desc["seq"][idx]
# print("indices:",indices)
lf_images = []
fd = []
gazeX = []
gazeY = []
posX = []
posY = []
posZ = []
sample_idx = []
gt = []
# gt2 = []
phi = []
phi_invalid = []
retinal_invalid = []
for i in range(len(indices)): # 5
lf_image_paths = os.path.join(
self.file_dir_path, self.dataset_desc["train"][indices[i]])
fd_gt_path = os.path.join(
self.file_dir_path, self.dataset_desc["gt"][indices[i]])
# fd_gt_path2 = os.path.join(self.file_dir_path, self.dataset_desc["gt2"][indices[i]])
lf_image_one_sample = []
lf_image_big = cv2.imread(
lf_image_paths, cv2.IMREAD_UNCHANGED).astype(np.float32) / 255.
lf_image_big = cv2.cvtColor(lf_image_big, cv2.COLOR_BGR2RGB)
lf_dim = int(self.conf.light_field_dim)
for j in range(lf_dim**2):
lf_image = lf_image_big[j//lf_dim*IM_H:j//lf_dim *
IM_H+IM_H, j % lf_dim*IM_W:j % lf_dim*IM_W+IM_W, 0:3]
lf_image_one_sample.append(lf_image)
gt_i = cv2.imread(fd_gt_path, cv2.IMREAD_UNCHANGED).astype(
np.float32) / 255.
gt.append(cv2.cvtColor(gt_i, cv2.COLOR_BGR2RGB))
# gt2_i = cv2.imread(fd_gt_path2, cv2.IMREAD_UNCHANGED).astype(np.float32) / 255.
# gt2.append(cv2.cvtColor(gt2_i,cv2.COLOR_BGR2RGB))
# print("indices[i]:",indices[i])
fd.append([self.dataset_desc["focaldepth"][indices[i]]])
gazeX.append([self.dataset_desc["gazeX"][indices[i]]])
gazeY.append([self.dataset_desc["gazeY"][indices[i]]])
posX.append([self.dataset_desc["x"][indices[i]]])
posY.append([self.dataset_desc["y"][indices[i]]])
posZ.append([0.0])
sample_idx.append([self.dataset_desc["idx"][indices[i]]])
lf_images.append(lf_image_one_sample)
idx_i = sample_idx[i][0]
focaldepth_i = fd[i][0]
gazeX_i = gazeX[i][0]
gazeY_i = gazeY[i][0]
posX_i = posX[i][0]
posY_i = posY[i][0]
posZ_i = posZ[i][0]
# print("x:%.3f,y:%.3f,z:%.3f;gaze:%.4f,%.4f,focaldepth:%.3f."%(posX_i,posY_i,posZ_i,gazeX_i,gazeY_i,focaldepth_i))
phi_i, phi_invalid_i, retinal_invalid_i = self.gen.CalculateRetinal2LayerMappings(
torch.tensor([posX_i, posY_i, posZ_i]), torch.tensor([gazeX_i, gazeY_i]), focaldepth_i)
phi.append(phi_i)
phi_invalid.append(phi_invalid_i)
retinal_invalid.append(retinal_invalid_i)
# lf_images: 5,9,320,320
flow = Flow.Load([os.path.join(self.file_dir_path, self.dataset_desc["flow"]
[indices[i-1]]) for i in range(1, len(indices))])
flow_map = flow.getMap()
flow_invalid_mask = flow.b_invalid_mask
# print("flow:",flow_map.shape)
return np.asarray(lf_images), np.asarray(gt), torch.stack(phi, dim=0), torch.stack(phi_invalid, dim=0), torch.stack(retinal_invalid, dim=0), flow_map, flow_invalid_mask, np.asarray(fd), np.asarray(gazeX), np.asarray(gazeY), np.asarray(posX), np.asarray(posY), np.asarray(posZ), np.asarray(sample_idx)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment