-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraw_cub-s_human_data.csv
We can't make this file beautiful and searchable because it's too large.
4985 lines (4985 loc) · 923 KB
/
raw_cub-s_human_data.csv
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
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
,time_elapsed,rt,subject,concept_group,filename,evalAttrUncs,img_id
6,260625.0,38584.0,6advpj5vj05ukbc,bill color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'Brown', 'x': 1, 'y': 4}, {'label': 'Grey', 'x': 2, 'y': 19}]",4081
8,291881.0,31253.0,6advpj5vj05ukbc,primary color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 83}, {'label': 'Grey', 'x': 1, 'y': 65}, {'label': 'White', 'x': 2, 'y': 4}]",4081
10,315002.0,23119.0,6advpj5vj05ukbc,wing color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 93}, {'label': 'Grey', 'x': 1, 'y': 61}]",4081
12,384419.0,69413.0,6advpj5vj05ukbc,shape,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Duck-like', 'x': 0, 'y': 59}, {'label': 'Gull-like', 'x': 1, 'y': 62}, {'label': 'Hawk-like', 'x': 2, 'y': 76}, {'label': 'Pigeon-like', 'x': 3, 'y': 72}, {'label': 'Swallow-like', 'x': 4, 'y': 61}]",4081
14,412995.0,28573.0,6advpj5vj05ukbc,breast color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 65}, {'label': 'Grey', 'x': 1, 'y': 86}, {'label': 'White', 'x': 2, 'y': 87}]",4081
16,445187.0,32190.0,6advpj5vj05ukbc,wing pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 10}, {'label': 'Solid', 'x': 1, 'y': 94}]",4081
18,475724.0,30534.0,6advpj5vj05ukbc,nape color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 74}, {'label': 'Grey', 'x': 1, 'y': 77}, {'label': 'White', 'x': 2, 'y': 76}]",4081
20,496301.0,20575.0,6advpj5vj05ukbc,upperparts color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 86}, {'label': 'Grey', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 35}]",4081
22,515820.0,19515.0,6advpj5vj05ukbc,belly color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 26}, {'label': 'Grey', 'x': 1, 'y': 52}, {'label': 'White', 'x': 2, 'y': 75}]",4081
24,575295.0,59471.0,6advpj5vj05ukbc,bill shape,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 35}, {'label': 'Hooked', 'x': 1, 'y': 39}, {'label': 'Hooked seabird', 'x': 2, 'y': 39}]",4081
26,602688.0,27387.0,6advpj5vj05ukbc,eye color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Blue', 'x': 1, 'y': 50}, {'label': 'Brown', 'x': 2, 'y': 50}, {'label': 'Buff', 'x': 3, 'y': 50}, {'label': 'Green', 'x': 4, 'y': 50}, {'label': 'Grey', 'x': 5, 'y': 50}, {'label': 'Olive', 'x': 6, 'y': 50}, {'label': 'Orange', 'x': 7, 'y': 50}, {'label': 'Pink', 'x': 8, 'y': 50}, {'label': 'Purple', 'x': 9, 'y': 50}, {'label': 'Red', 'x': 10, 'y': 50}, {'label': 'Rufous', 'x': 11, 'y': 50}, {'label': 'White', 'x': 12, 'y': 50}, {'label': 'Yellow', 'x': 13, 'y': 50}]",4081
28,657271.0,54579.0,6advpj5vj05ukbc,wing shape,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 73}, {'label': 'Long-wings', 'x': 1, 'y': 89}, {'label': 'Pointed-wings', 'x': 2, 'y': 55}, {'label': 'Rounded-wings', 'x': 3, 'y': 55}, {'label': 'Tapered-wings', 'x': 4, 'y': 53}]",4081
30,675571.0,18294.0,6advpj5vj05ukbc,tail shape,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 16}]",4081
32,717754.0,42179.0,6advpj5vj05ukbc,size,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 2}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 4}, {'label': 'Medium (9 - 16 in)', 'x': 2, 'y': 20}, {'label': 'Large (16 - 32 in)', 'x': 3, 'y': 63}, {'label': 'Very large (32 - 72 in)', 'x': 4, 'y': 86}]",4081
34,742155.0,24398.0,6advpj5vj05ukbc,breast pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 94}, {'label': 'Spotted', 'x': 1, 'y': 5}, {'label': 'Striped', 'x': 2, 'y': 6}]",4081
36,770460.0,28301.0,6advpj5vj05ukbc,crown color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 88}, {'label': 'Grey', 'x': 1, 'y': 64}, {'label': 'White', 'x': 2, 'y': 8}]",4081
38,791619.0,21157.0,6advpj5vj05ukbc,bill length,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 88}, {'label': 'Longer than head', 'x': 1, 'y': 19}, {'label': 'Shorter than head', 'x': 2, 'y': 19}]",4081
40,814845.0,23222.0,6advpj5vj05ukbc,upper tail color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 94}, {'label': 'Grey', 'x': 1, 'y': 60}, {'label': 'White', 'x': 2, 'y': 9}]",4081
42,843173.0,28324.0,6advpj5vj05ukbc,belly pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 93}, {'label': 'Solid', 'x': 1, 'y': 2}, {'label': 'Spotted', 'x': 2, 'y': 22}, {'label': 'Striped', 'x': 3, 'y': 14}]",4081
44,869550.0,26373.0,6advpj5vj05ukbc,leg color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 70}, {'label': 'Brown', 'x': 1, 'y': 70}, {'label': 'Grey', 'x': 2, 'y': 37}, {'label': 'White', 'x': 3, 'y': 10}]",4081
46,908790.0,39235.0,6advpj5vj05ukbc,head pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Capped', 'x': 0, 'y': 50}, {'label': 'Crested', 'x': 1, 'y': 50}, {'label': 'Eyebrow', 'x': 2, 'y': 50}, {'label': 'Eyeline', 'x': 3, 'y': 50}, {'label': 'Eyering', 'x': 4, 'y': 50}, {'label': 'Malar', 'x': 5, 'y': 50}, {'label': 'Masked', 'x': 6, 'y': 50}, {'label': 'Plain', 'x': 7, 'y': 50}, {'label': 'Spotted', 'x': 8, 'y': 50}, {'label': 'Striped', 'x': 9, 'y': 50}, {'label': 'Unique pattern', 'x': 10, 'y': 50}]",4081
48,929902.0,21109.0,6advpj5vj05ukbc,throat color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 62}, {'label': 'Grey', 'x': 1, 'y': 79}, {'label': 'White', 'x': 2, 'y': 70}]",4081
50,945181.0,15275.0,6advpj5vj05ukbc,forehead color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 65}, {'label': 'White', 'x': 2, 'y': 12}]",4081
52,963333.0,18149.0,6advpj5vj05ukbc,under tail color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 66}, {'label': 'Grey', 'x': 1, 'y': 63}, {'label': 'White', 'x': 2, 'y': 63}]",4081
54,985366.0,22030.0,6advpj5vj05ukbc,underparts color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'White', 'x': 3, 'y': 50}]",4081
56,995039.0,9670.0,6advpj5vj05ukbc,back pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 50}, {'label': 'Spotted', 'x': 2, 'y': 50}, {'label': 'Striped', 'x': 3, 'y': 50}]",4081
58,1015615.0,20573.0,6advpj5vj05ukbc,back color,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Black', 'x': 0, 'y': 81}, {'label': 'Grey', 'x': 1, 'y': 48}, {'label': 'White', 'x': 2, 'y': 35}]",4081
60,1032566.0,16948.0,6advpj5vj05ukbc,tail pattern,071.Long_tailed_Jaeger/Long_Tailed_Jaeger_0030_60961.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 92}, {'label': 'Solid', 'x': 1, 'y': 23}, {'label': 'Spotted', 'x': 2, 'y': 16}, {'label': 'Striped', 'x': 3, 'y': 15}]",4081
62,1061544.0,28976.0,6advpj5vj05ukbc,breast pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 4}, {'label': 'Solid', 'x': 1, 'y': 98}]",6846
64,1101513.0,39964.0,6advpj5vj05ukbc,forehead color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 70}, {'label': 'Buff', 'x': 2, 'y': 75}, {'label': 'Grey', 'x': 3, 'y': 77}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
66,1115002.0,13486.0,6advpj5vj05ukbc,upperparts color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
68,1138769.0,23763.0,6advpj5vj05ukbc,size,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 51}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 86}, {'label': 'Medium (9 - 16 in)', 'x': 2, 'y': 47}]",6846
70,1153848.0,15076.0,6advpj5vj05ukbc,bill length,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 10}, {'label': 'Shorter than head', 'x': 1, 'y': 98}]",6846
72,1170928.0,17077.0,6advpj5vj05ukbc,breast color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Grey', 'x': 0, 'y': 19}, {'label': 'White', 'x': 1, 'y': 94}]",6846
74,1185522.0,14591.0,6advpj5vj05ukbc,wing pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 94}, {'label': 'Striped', 'x': 1, 'y': 50}]",6846
76,1204738.0,19212.0,6advpj5vj05ukbc,upper tail color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 70}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 68}]",6846
78,1236034.0,31292.0,6advpj5vj05ukbc,back pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 69}, {'label': 'Spotted', 'x': 2, 'y': 50}, {'label': 'Striped', 'x': 3, 'y': 50}]",6846
80,1332188.0,96152.0,6advpj5vj05ukbc,shape,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Chicken-like-marsh', 'x': 0, 'y': 21}, {'label': 'Duck-like', 'x': 1, 'y': 17}, {'label': 'Gull-like', 'x': 2, 'y': 10}, {'label': 'Hawk-like', 'x': 3, 'y': 33}, {'label': 'Hummingbird-like', 'x': 4, 'y': 55}, {'label': 'Long-legged-like', 'x': 5, 'y': 61}, {'label': 'Owl-like', 'x': 6, 'y': 49}, {'label': 'Perching-like', 'x': 7, 'y': 93}, {'label': 'Pigeon-like', 'x': 8, 'y': 74}, {'label': 'Sandpiper-like', 'x': 9, 'y': 50}, {'label': 'Swallow-like', 'x': 10, 'y': 50}, {'label': 'Tree-clinging-like', 'x': 11, 'y': 51}, {'label': 'Upland-ground-like', 'x': 12, 'y': 50}, {'label': 'Upright-perching water-like', 'x': 13, 'y': 54}]",6846
82,1366644.0,34450.0,6advpj5vj05ukbc,bill color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 4}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 70}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 70}]",6846
84,1401221.0,34574.0,6advpj5vj05ukbc,primary color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 34}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 62}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 78}]",6846
86,1421535.0,20308.0,6advpj5vj05ukbc,throat color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 55}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 71}]",6846
88,1513560.0,92022.0,6advpj5vj05ukbc,bill shape,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 50}, {'label': 'Cone', 'x': 1, 'y': 7}, {'label': 'Curved (up or down)', 'x': 2, 'y': 50}, {'label': 'Dagger', 'x': 3, 'y': 3}, {'label': 'Hooked', 'x': 4, 'y': 61}, {'label': 'Hooked seabird', 'x': 5, 'y': 50}, {'label': 'Spatulate', 'x': 6, 'y': 50}, {'label': 'Specialized', 'x': 7, 'y': 50}]",6846
90,1544432.0,30869.0,6advpj5vj05ukbc,crown color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 23}, {'label': 'Brown', 'x': 1, 'y': 42}, {'label': 'Buff', 'x': 2, 'y': 42}, {'label': 'Grey', 'x': 3, 'y': 42}, {'label': 'Olive', 'x': 4, 'y': 41}, {'label': 'White', 'x': 5, 'y': 16}]",6846
92,1562712.0,18277.0,6advpj5vj05ukbc,nape color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
94,1583736.0,21022.0,6advpj5vj05ukbc,tail pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 21}, {'label': 'Solid', 'x': 1, 'y': 55}, {'label': 'Spotted', 'x': 2, 'y': 20}, {'label': 'Striped', 'x': 3, 'y': 17}]",6846
96,1598608.0,14868.0,6advpj5vj05ukbc,under tail color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
98,1613096.0,14485.0,6advpj5vj05ukbc,underparts color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
100,1621384.0,8285.0,6advpj5vj05ukbc,eye color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Blue', 'x': 1, 'y': 50}, {'label': 'Brown', 'x': 2, 'y': 50}, {'label': 'Buff', 'x': 3, 'y': 50}, {'label': 'Green', 'x': 4, 'y': 50}, {'label': 'Grey', 'x': 5, 'y': 50}, {'label': 'Olive', 'x': 6, 'y': 50}, {'label': 'Orange', 'x': 7, 'y': 50}, {'label': 'Pink', 'x': 8, 'y': 50}, {'label': 'Purple', 'x': 9, 'y': 50}, {'label': 'Red', 'x': 10, 'y': 50}, {'label': 'Rufous', 'x': 11, 'y': 50}, {'label': 'White', 'x': 12, 'y': 50}, {'label': 'Yellow', 'x': 13, 'y': 50}]",6846
102,1648010.0,26622.0,6advpj5vj05ukbc,belly color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Brown', 'x': 0, 'y': 9}, {'label': 'Buff', 'x': 1, 'y': 16}, {'label': 'Grey', 'x': 2, 'y': 33}, {'label': 'Olive', 'x': 3, 'y': 32}, {'label': 'White', 'x': 4, 'y': 50}]",6846
104,1676697.0,28684.0,6advpj5vj05ukbc,leg color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 19}, {'label': 'Brown', 'x': 1, 'y': 57}, {'label': 'Buff', 'x': 2, 'y': 56}, {'label': 'Grey', 'x': 3, 'y': 24}, {'label': 'Olive', 'x': 4, 'y': 23}, {'label': 'White', 'x': 5, 'y': 22}]",6846
106,1692106.0,15405.0,6advpj5vj05ukbc,belly pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 9}, {'label': 'Solid', 'x': 1, 'y': 93}]",6846
108,1713330.0,21222.0,6advpj5vj05ukbc,back color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 50}]",6846
110,1727089.0,13757.0,6advpj5vj05ukbc,tail shape,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}, {'label': 'Forked tail', 'x': 1, 'y': 50}, {'label': 'Notched tail', 'x': 2, 'y': 50}, {'label': 'Pointed tail', 'x': 3, 'y': 50}, {'label': 'Rounded tail', 'x': 4, 'y': 50}, {'label': 'Squared tail', 'x': 5, 'y': 50}]",6846
112,1736130.0,9037.0,6advpj5vj05ukbc,wing shape,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 50}, {'label': 'Long-wings', 'x': 1, 'y': 50}, {'label': 'Pointed-wings', 'x': 2, 'y': 50}, {'label': 'Rounded-wings', 'x': 3, 'y': 50}, {'label': 'Tapered-wings', 'x': 4, 'y': 50}]",6846
114,1745994.0,9861.0,6advpj5vj05ukbc,head pattern,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Capped', 'x': 0, 'y': 50}, {'label': 'Crested', 'x': 1, 'y': 50}, {'label': 'Eyebrow', 'x': 2, 'y': 50}, {'label': 'Eyeline', 'x': 3, 'y': 50}, {'label': 'Eyering', 'x': 4, 'y': 50}, {'label': 'Malar', 'x': 5, 'y': 50}, {'label': 'Masked', 'x': 6, 'y': 50}, {'label': 'Plain', 'x': 7, 'y': 50}, {'label': 'Spotted', 'x': 8, 'y': 50}, {'label': 'Striped', 'x': 9, 'y': 50}, {'label': 'Unique pattern', 'x': 10, 'y': 50}]",6846
116,1772075.0,26077.0,6advpj5vj05ukbc,wing color,117.Clay_colored_Sparrow/Clay_Colored_Sparrow_0107_110825.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}, {'label': 'Olive', 'x': 4, 'y': 50}, {'label': 'White', 'x': 5, 'y': 25}]",6846
6,56630.0,5157.100000023842,86hy2hs8zyv1gve,breast pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}]",6884
8,65399.0,8766.40000000596,86hy2hs8zyv1gve,belly pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Solid', 'x': 0, 'y': 48}]",6884
10,69075.0,3670.699999988079,86hy2hs8zyv1gve,tail shape,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Forked tail', 'x': 0, 'y': 50}, {'label': 'Rounded tail', 'x': 1, 'y': 50}]",6884
12,72419.0,3339.899999976158,86hy2hs8zyv1gve,head pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Eyeline', 'x': 0, 'y': 50}, {'label': 'Plain', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",6884
14,77414.0,4989.800000011921,86hy2hs8zyv1gve,leg color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}]",6884
16,80088.0,2670.4000000059605,86hy2hs8zyv1gve,size,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 50}]",6884
18,85087.0,4993.100000023842,86hy2hs8zyv1gve,back color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",6884
20,88761.0,3669.899999976158,86hy2hs8zyv1gve,eye color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}]",6884
22,94449.0,5680.5,86hy2hs8zyv1gve,bill color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Orange', 'x': 0, 'y': 50}, {'label': 'Yellow', 'x': 1, 'y': 50}]",6884
24,100981.0,6527.700000017881,86hy2hs8zyv1gve,shape,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 50}, {'label': 'Tree-clinging-like', 'x': 1, 'y': 50}]",6884
26,107822.0,6836.09999999404,86hy2hs8zyv1gve,crown color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}]",6884
28,112366.0,4540.0,86hy2hs8zyv1gve,belly color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}]",6884
30,114602.0,2231.399999976158,86hy2hs8zyv1gve,primary color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}]",6884
32,117148.0,2542.5,86hy2hs8zyv1gve,forehead color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}]",6884
34,308331.0,191179.30000001192,86hy2hs8zyv1gve,wing color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Buff', 'x': 0, 'y': 50}]",6884
36,316043.0,7707.0,86hy2hs8zyv1gve,nape color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}, {'label': 'Grey', 'x': 3, 'y': 50}]",6884
38,321007.0,4960.200000017881,86hy2hs8zyv1gve,wing pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",6884
40,326233.0,5222.5,86hy2hs8zyv1gve,bill shape,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Hooked', 'x': 0, 'y': 50}, {'label': 'Spatulate', 'x': 1, 'y': 50}, {'label': 'Specialized', 'x': 2, 'y': 50}]",6884
42,331617.0,5379.700000017881,86hy2hs8zyv1gve,back pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Striped', 'x': 1, 'y': 50}]",6884
44,336071.0,4450.5,86hy2hs8zyv1gve,upper tail color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",6884
46,339590.0,3514.5,86hy2hs8zyv1gve,upperparts color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}]",6884
48,347518.0,7923.299999982119,86hy2hs8zyv1gve,underparts color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Purple', 'x': 2, 'y': 50}]",6884
50,352231.0,4707.5,86hy2hs8zyv1gve,under tail color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Buff', 'x': 2, 'y': 50}]",6884
52,356051.0,3816.199999988079,86hy2hs8zyv1gve,bill length,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 50}]",6884
54,362101.0,6037.199999988079,86hy2hs8zyv1gve,throat color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",6884
56,364556.0,2445.4000000059605,86hy2hs8zyv1gve,wing shape,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}]",6884
58,368266.0,3705.699999988079,86hy2hs8zyv1gve,breast color,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",6884
60,370675.0,2404.2000000178814,86hy2hs8zyv1gve,tail pattern,118.House_Sparrow/House_Sparrow_0015_111085.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",6884
62,379081.0,8402.40000000596,86hy2hs8zyv1gve,wing shape,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}, {'label': 'Rounded-wings', 'x': 1, 'y': 50}]",8981
64,383876.0,4789.0,86hy2hs8zyv1gve,shape,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 50}]",8981
66,387439.0,3559.7000000178814,86hy2hs8zyv1gve,bill length,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 50}]",8981
68,393873.0,6428.59999999404,86hy2hs8zyv1gve,underparts color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Buff', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
70,399263.0,5385.59999999404,86hy2hs8zyv1gve,upper tail color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",8981
72,404484.0,5214.800000011921,86hy2hs8zyv1gve,upperparts color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
74,407882.0,3393.399999976158,86hy2hs8zyv1gve,breast color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'White', 'x': 0, 'y': 50}, {'label': 'Yellow', 'x': 1, 'y': 50}]",8981
76,411360.0,3470.800000011921,86hy2hs8zyv1gve,eye color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}]",8981
78,420805.0,9440.59999999404,86hy2hs8zyv1gve,wing pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",8981
80,427997.0,7184.4000000059605,86hy2hs8zyv1gve,nape color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Buff', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}, {'label': 'Yellow', 'x': 3, 'y': 50}]",8981
82,432359.0,4356.09999999404,86hy2hs8zyv1gve,primary color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
84,437263.0,4897.0,86hy2hs8zyv1gve,leg color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",8981
86,442961.0,5692.4000000059605,86hy2hs8zyv1gve,under tail color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'Yellow', 'x': 1, 'y': 50}]",8981
88,447645.0,4680.300000011921,86hy2hs8zyv1gve,tail pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",8981
90,453201.0,5551.0,86hy2hs8zyv1gve,head pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Eyeline', 'x': 0, 'y': 50}, {'label': 'Eyering', 'x': 1, 'y': 50}]",8981
92,459765.0,6557.59999999404,86hy2hs8zyv1gve,back color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
94,465133.0,5359.59999999404,86hy2hs8zyv1gve,bill shape,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Needle', 'x': 0, 'y': 50}, {'label': 'Specialized', 'x': 1, 'y': 50}]",8981
96,469061.0,3921.59999999404,86hy2hs8zyv1gve,belly color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'White', 'x': 0, 'y': 50}, {'label': 'Yellow', 'x': 1, 'y': 50}]",8981
98,473957.0,4890.0,86hy2hs8zyv1gve,tail shape,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 50}]",8981
100,477135.0,3173.800000011921,86hy2hs8zyv1gve,belly pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",8981
102,485783.0,8642.0,86hy2hs8zyv1gve,throat color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
104,491887.0,6094.9000000059605,86hy2hs8zyv1gve,bill color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
106,496569.0,4677.4000000059605,86hy2hs8zyv1gve,back pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",8981
108,502519.0,5938.700000017881,86hy2hs8zyv1gve,wing color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",8981
110,506244.0,3717.0,86hy2hs8zyv1gve,forehead color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",8981
112,510329.0,4079.899999976158,86hy2hs8zyv1gve,breast pattern,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",8981
114,534481.0,24148.09999999404,86hy2hs8zyv1gve,size,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 50}]",8981
116,537290.0,2803.5,86hy2hs8zyv1gve,crown color,153.Philadelphia_Vireo/Philadelphia_Vireo_0005_156599.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 50}]",8981
6,439725.0,70754.59999999776,vmu2oedwhuj8ty5,tail pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",1255
8,474291.0,34550.800000000745,vmu2oedwhuj8ty5,back color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 19}]",1255
10,536214.0,61912.800000000745,vmu2oedwhuj8ty5,tail shape,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 100}]",1255
12,660623.0,124392.0,vmu2oedwhuj8ty5,wing shape,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 99}]",1255
14,727796.0,67154.69999999925,vmu2oedwhuj8ty5,crown color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 95}]",1255
16,799330.0,71522.10000000149,vmu2oedwhuj8ty5,upper tail color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 71}]",1255
18,808278.0,8934.199999999255,vmu2oedwhuj8ty5,belly color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",1255
20,825247.0,16960.60000000149,vmu2oedwhuj8ty5,back pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",1255
22,831719.0,6463.0,vmu2oedwhuj8ty5,underparts color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1255
24,903914.0,72175.79999999702,vmu2oedwhuj8ty5,shape,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Duck-like', 'x': 0, 'y': 80}]",1255
26,947755.0,43821.599999997765,vmu2oedwhuj8ty5,under tail color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 61}, {'label': 'Brown', 'x': 1, 'y': 40}]",1255
28,963398.0,15633.199999999257,vmu2oedwhuj8ty5,throat color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1255
30,1091955.0,128542.69999999924,vmu2oedwhuj8ty5,bill shape,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 100}]",1255
32,1128330.0,36363.60000000149,vmu2oedwhuj8ty5,nape color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 59}]",1255
34,1149289.0,20948.099999997765,vmu2oedwhuj8ty5,breast pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",1255
36,1170233.0,20935.0,vmu2oedwhuj8ty5,wing color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 19}]",1255
38,1186541.0,16296.199999999257,vmu2oedwhuj8ty5,bill color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1255
40,1225132.0,38581.60000000149,vmu2oedwhuj8ty5,forehead color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Brown', 'x': 1, 'y': 51}]",1255
42,1306520.0,81376.69999999925,vmu2oedwhuj8ty5,leg color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Orange', 'x': 0, 'y': 100}]",1255
44,1330127.0,23593.900000002235,vmu2oedwhuj8ty5,wing pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1255
46,1401197.0,71057.69999999925,vmu2oedwhuj8ty5,size,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 80}]",1255
48,1443490.0,42277.5,vmu2oedwhuj8ty5,belly pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",1255
50,1490644.0,47143.199999999255,vmu2oedwhuj8ty5,bill length,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 70}]",1255
52,1535231.0,44574.800000000745,vmu2oedwhuj8ty5,upperparts color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 70}, {'label': 'Brown', 'x': 1, 'y': 30}]",1255
54,1570671.0,35425.699999999255,vmu2oedwhuj8ty5,eye color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1255
56,1615449.0,44769.800000000745,vmu2oedwhuj8ty5,head pattern,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",1255
58,1676980.0,61517.199999999255,vmu2oedwhuj8ty5,breast color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1255
60,1748742.0,71746.39999999851,vmu2oedwhuj8ty5,primary color,023.Brandt_Cormorant/Brandt_Cormorant_0040_23144.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 20}]",1255
62,1940652.0,191897.69999999923,vmu2oedwhuj8ty5,belly color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Brown', 'x': 0, 'y': 40}, {'label': 'Grey', 'x': 1, 'y': 60}]",5191
64,1987911.0,47244.79999999702,vmu2oedwhuj8ty5,back color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 60}, {'label': 'Brown', 'x': 1, 'y': 10}, {'label': 'Grey', 'x': 2, 'y': 30}]",5191
66,2057186.0,69262.90000000224,vmu2oedwhuj8ty5,size,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Large (16 - 32 in)', 'x': 0, 'y': 80}]",5191
68,2145732.0,88532.80000000075,vmu2oedwhuj8ty5,primary color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 15}, {'label': 'Grey', 'x': 2, 'y': 4}, {'label': 'Orange', 'x': 3, 'y': 30}]",5191
70,2182482.0,36743.300000000745,vmu2oedwhuj8ty5,eye color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Orange', 'x': 1, 'y': 90}]",5191
72,2245518.0,63013.90000000224,vmu2oedwhuj8ty5,crown color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 19}, {'label': 'Brown', 'x': 1, 'y': 10}, {'label': 'Orange', 'x': 2, 'y': 70}]",5191
74,2347900.0,102368.5,vmu2oedwhuj8ty5,underparts color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Brown', 'x': 1, 'y': 30}, {'label': 'White', 'x': 2, 'y': 60}]",5191
76,2402002.0,54082.199999999255,vmu2oedwhuj8ty5,breast color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Brown', 'x': 0, 'y': 30}, {'label': 'Grey', 'x': 1, 'y': 69}]",5191
78,2558237.0,156220.69999999923,vmu2oedwhuj8ty5,shape,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Chicken-like-marsh', 'x': 0, 'y': 70}, {'label': 'Sandpiper-like', 'x': 1, 'y': 30}]",5191
80,2682835.0,124584.5,vmu2oedwhuj8ty5,head pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Crested', 'x': 0, 'y': 90}]",5191
82,2765869.0,83020.90000000224,vmu2oedwhuj8ty5,wing pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 99}]",5191
84,2796867.0,30982.70000000298,vmu2oedwhuj8ty5,upper tail color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Grey', 'x': 1, 'y': 10}]",5191
86,2840936.0,44053.0,vmu2oedwhuj8ty5,nape color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 70}, {'label': 'Brown', 'x': 1, 'y': 30}]",5191
88,2867783.0,26836.69999999925,vmu2oedwhuj8ty5,tail pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 30}, {'label': 'Spotted', 'x': 1, 'y': 70}]",5191
90,2899305.0,31510.39999999851,vmu2oedwhuj8ty5,throat color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Brown', 'x': 0, 'y': 30}, {'label': 'Grey', 'x': 1, 'y': 70}]",5191
92,2907611.0,8294.10000000149,vmu2oedwhuj8ty5,breast pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 100}]",5191
94,2918004.0,10383.39999999851,vmu2oedwhuj8ty5,under tail color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'White', 'x': 0, 'y': 91}]",5191
96,2937389.0,19370.300000000745,vmu2oedwhuj8ty5,forehead color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'Brown', 'x': 1, 'y': 19}]",5191
98,2974540.0,37139.89999999851,vmu2oedwhuj8ty5,wing color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 60}, {'label': 'Brown', 'x': 1, 'y': 30}, {'label': 'Grey', 'x': 2, 'y': 10}]",5191
100,3016712.0,42157.60000000149,vmu2oedwhuj8ty5,upperparts color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Black', 'x': 0, 'y': 30}, {'label': 'Brown', 'x': 1, 'y': 19}, {'label': 'Grey', 'x': 2, 'y': 9}, {'label': 'Orange', 'x': 3, 'y': 40}]",5191
102,3086392.0,69670.5,vmu2oedwhuj8ty5,tail shape,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 81}]",5191
104,3105199.0,18787.70000000298,vmu2oedwhuj8ty5,belly pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5191
106,3149379.0,44167.70000000298,vmu2oedwhuj8ty5,wing shape,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 100}]",5191
108,3177643.0,28242.39999999851,vmu2oedwhuj8ty5,bill length,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 70}]",5191
110,3201924.0,24272.900000002235,vmu2oedwhuj8ty5,back pattern,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 90}]",5191
112,3243628.0,41695.10000000149,vmu2oedwhuj8ty5,leg color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Orange', 'x': 0, 'y': 40}, {'label': 'Yellow', 'x': 1, 'y': 69}]",5191
114,3266133.0,22486.10000000149,vmu2oedwhuj8ty5,bill color,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}]",5191
116,3275333.0,9188.599999997765,vmu2oedwhuj8ty5,bill shape,089.Hooded_Merganser/Hooded_Merganser_0043_796783.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 100}]",5191
6,192689.0,17361.399999999907,t44xxbgc8x38eu3,bill length,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 90}]",1247
8,229633.0,36936.60000000009,t44xxbgc8x38eu3,upper tail color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 61}, {'label': 'Grey', 'x': 1, 'y': 75}, {'label': 'Iridescent', 'x': 2, 'y': 20}]",1247
10,256430.0,26789.5,t44xxbgc8x38eu3,eye color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Brown', 'x': 1, 'y': 60}]",1247
12,284063.0,27625.30000000028,t44xxbgc8x38eu3,throat color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 65}, {'label': 'Brown', 'x': 1, 'y': 82}, {'label': 'Grey', 'x': 2, 'y': 55}]",1247
14,302245.0,18175.100000000093,t44xxbgc8x38eu3,under tail color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 67}]",1247
16,320529.0,18277.80000000028,t44xxbgc8x38eu3,back color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 35}, {'label': 'Grey', 'x': 1, 'y': 85}]",1247
18,339780.0,19244.0,t44xxbgc8x38eu3,upperparts color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 78}, {'label': 'Brown', 'x': 1, 'y': 15}, {'label': 'Grey', 'x': 2, 'y': 87}]",1247
20,355951.0,16165.69999999972,t44xxbgc8x38eu3,breast color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 75}, {'label': 'Grey', 'x': 1, 'y': 85}]",1247
22,378246.0,22290.400000000373,t44xxbgc8x38eu3,size,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 59}, {'label': 'Medium (9 - 16 in)', 'x': 1, 'y': 87}]",1247
24,398458.0,20208.10000000056,t44xxbgc8x38eu3,breast pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Solid', 'x': 0, 'y': 80}, {'label': 'Spotted', 'x': 1, 'y': 42}]",1247
26,416801.0,18337.299999999814,t44xxbgc8x38eu3,forehead color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 36}, {'label': 'Grey', 'x': 1, 'y': 86}]",1247
28,439511.0,22706.0,t44xxbgc8x38eu3,nape color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 64}, {'label': 'Brown', 'x': 1, 'y': 21}, {'label': 'Grey', 'x': 2, 'y': 83}]",1247
30,468612.0,29096.5,t44xxbgc8x38eu3,tail shape,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 94}, {'label': 'Notched tail', 'x': 1, 'y': 34}, {'label': 'Pointed tail', 'x': 2, 'y': 41}]",1247
32,499646.0,31027.799999999814,t44xxbgc8x38eu3,bill shape,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 15}, {'label': 'Hooked seabird', 'x': 1, 'y': 66}, {'label': 'Spatulate', 'x': 2, 'y': 82}]",1247
34,565212.0,65561.09999999963,t44xxbgc8x38eu3,belly color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 79}, {'label': 'Brown', 'x': 1, 'y': 17}, {'label': 'Grey', 'x': 2, 'y': 87}]",1247
36,585260.0,20043.099999999627,t44xxbgc8x38eu3,belly pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Solid', 'x': 0, 'y': 89}, {'label': 'Spotted', 'x': 1, 'y': 26}]",1247
38,602741.0,17475.299999999814,t44xxbgc8x38eu3,primary color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Grey', 'x': 1, 'y': 94}]",1247
40,629837.0,27089.0,t44xxbgc8x38eu3,underparts color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 25}, {'label': 'Brown', 'x': 1, 'y': 7}, {'label': 'Grey', 'x': 2, 'y': 84}]",1247
42,650264.0,20421.299999999814,t44xxbgc8x38eu3,wing color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 11}, {'label': 'Grey', 'x': 1, 'y': 94}]",1247
44,675047.0,24777.89999999944,t44xxbgc8x38eu3,wing shape,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 55}, {'label': 'Long-wings', 'x': 1, 'y': 65}, {'label': 'Tapered-wings', 'x': 2, 'y': 20}]",1247
46,696607.0,21554.900000000373,t44xxbgc8x38eu3,crown color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",1247
48,729855.0,33242.60000000056,t44xxbgc8x38eu3,leg color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Brown', 'x': 0, 'y': 53}, {'label': 'Grey', 'x': 1, 'y': 57}, {'label': 'Olive', 'x': 2, 'y': 12}, {'label': 'White', 'x': 3, 'y': 5}]",1247
50,743571.0,13710.299999999814,t44xxbgc8x38eu3,bill color,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Black', 'x': 0, 'y': 93}, {'label': 'Grey', 'x': 1, 'y': 21}]",1247
52,758906.0,15330.0,t44xxbgc8x38eu3,tail pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 9}, {'label': 'Solid', 'x': 1, 'y': 91}]",1247
54,792917.0,34006.40000000037,t44xxbgc8x38eu3,head pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Capped', 'x': 0, 'y': 67}, {'label': 'Eyeline', 'x': 1, 'y': 42}, {'label': 'Plain', 'x': 2, 'y': 53}]",1247
56,833743.0,40819.0,t44xxbgc8x38eu3,shape,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Gull-like', 'x': 0, 'y': 79}, {'label': 'Long-legged-like', 'x': 1, 'y': 7}, {'label': 'Sandpiper-like', 'x': 2, 'y': 83}, {'label': 'Upland-ground-like', 'x': 3, 'y': 25}, {'label': 'Upright-perching water-like', 'x': 4, 'y': 55}]",1247
58,851062.0,17312.5,t44xxbgc8x38eu3,back pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",1247
60,863645.0,12578.200000000186,t44xxbgc8x38eu3,wing pattern,023.Brandt_Cormorant/Brandt_Cormorant_0065_23118.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",1247
62,909413.0,45762.09999999963,t44xxbgc8x38eu3,bill shape,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 51}, {'label': 'Dagger', 'x': 1, 'y': 79}]",2805
64,945342.0,35922.89999999944,t44xxbgc8x38eu3,tail shape,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Notched tail', 'x': 0, 'y': 21}, {'label': 'Rounded tail', 'x': 1, 'y': 41}, {'label': 'Squared tail', 'x': 2, 'y': 65}]",2805
66,968706.0,23358.0,t44xxbgc8x38eu3,back pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 11}, {'label': 'Solid', 'x': 1, 'y': 88}]",2805
68,993034.0,24322.60000000056,t44xxbgc8x38eu3,wing pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 15}, {'label': 'Solid', 'x': 1, 'y': 94}]",2805
70,1024065.0,31024.5,t44xxbgc8x38eu3,bill length,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 84}, {'label': 'Shorter than head', 'x': 1, 'y': 36}]",2805
72,1050317.0,26246.5,t44xxbgc8x38eu3,throat color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 88}, {'label': 'Iridescent', 'x': 1, 'y': 12}]",2805
74,1063088.0,12763.39999999944,t44xxbgc8x38eu3,back color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 87}, {'label': 'Iridescent', 'x': 1, 'y': 35}]",2805
76,1076589.0,13496.0,t44xxbgc8x38eu3,belly pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",2805
78,1092945.0,16351.0,t44xxbgc8x38eu3,upper tail color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 88}, {'label': 'Iridescent', 'x': 1, 'y': 22}]",2805
80,1125594.0,32642.0,t44xxbgc8x38eu3,shape,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Perching-like', 'x': 0, 'y': 80}, {'label': 'Pigeon-like', 'x': 1, 'y': 66}, {'label': 'Swallow-like', 'x': 2, 'y': 15}, {'label': 'Tree-clinging-like', 'x': 3, 'y': 85}]",2805
82,1157480.0,31880.5,t44xxbgc8x38eu3,nape color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 88}, {'label': 'Iridescent', 'x': 1, 'y': 12}]",2805
84,1175526.0,18039.60000000056,t44xxbgc8x38eu3,leg color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 54}, {'label': 'Grey', 'x': 1, 'y': 75}]",2805
86,1191466.0,15934.0,t44xxbgc8x38eu3,wing color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 69}, {'label': 'Iridescent', 'x': 1, 'y': 45}]",2805
88,1206275.0,14803.900000000373,t44xxbgc8x38eu3,eye color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
90,1224683.0,18402.700000000183,t44xxbgc8x38eu3,tail pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",2805
92,1256368.0,31677.799999999814,t44xxbgc8x38eu3,head pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Capped', 'x': 0, 'y': 33}, {'label': 'Plain', 'x': 1, 'y': 61}]",2805
94,1267795.0,11421.900000000373,t44xxbgc8x38eu3,bill color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
96,1278061.0,10259.400000000373,t44xxbgc8x38eu3,forehead color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
98,1292247.0,14180.900000000373,t44xxbgc8x38eu3,breast color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 83}, {'label': 'Iridescent', 'x': 1, 'y': 31}]",2805
100,1305182.0,12929.299999999814,t44xxbgc8x38eu3,primary color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}]",2805
102,1317233.0,12045.200000000186,t44xxbgc8x38eu3,belly color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
104,1326014.0,8774.800000000745,t44xxbgc8x38eu3,underparts color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
106,1335929.0,9910.0,t44xxbgc8x38eu3,crown color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
108,1345966.0,10031.200000000186,t44xxbgc8x38eu3,breast pattern,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",2805
110,1360580.0,14609.800000000743,t44xxbgc8x38eu3,wing shape,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 94}, {'label': 'Tapered-wings', 'x': 1, 'y': 23}]",2805
112,1373324.0,12738.799999999814,t44xxbgc8x38eu3,size,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 57}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 42}]",2805
114,1383300.0,9970.099999999627,t44xxbgc8x38eu3,under tail color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",2805
116,1398460.0,15154.799999999814,t44xxbgc8x38eu3,upperparts color,049.Boat_tailed_Grackle/Boat_Tailed_Grackle_0019_33687.jpg,"[{'label': 'Black', 'x': 0, 'y': 87}, {'label': 'Iridescent', 'x': 1, 'y': 29}]",2805
8,322205.0,42753.29999995232,16fb5536ew1n3uw,back color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 31}, {'label': 'Buff', 'x': 1, 'y': 50}]",7889
10,340417.0,18210.599999904636,16fb5536ew1n3uw,eye color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Black', 'x': 0, 'y': 89}]",7889
12,364061.0,23642.5,16fb5536ew1n3uw,tail shape,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 23}, {'label': 'Pointed tail', 'x': 1, 'y': 10}]",7889
14,392653.0,28591.29999995232,16fb5536ew1n3uw,breast color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Buff', 'x': 0, 'y': 81}, {'label': 'White', 'x': 1, 'y': 81}]",7889
16,404508.0,11854.0,16fb5536ew1n3uw,belly pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",7889
18,423143.0,18633.29999995232,16fb5536ew1n3uw,leg color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}, {'label': 'Grey', 'x': 1, 'y': 12}]",7889
20,478887.0,55744.0,16fb5536ew1n3uw,nape color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 42}, {'label': 'Buff', 'x': 1, 'y': 95}]",7889
22,504822.0,25933.39999985695,16fb5536ew1n3uw,shape,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Hummingbird-like', 'x': 0, 'y': 61}]",7889
24,531368.0,26545.0,16fb5536ew1n3uw,bill length,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 50}]",7889
26,543942.0,12572.5,16fb5536ew1n3uw,bill color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 71}]",7889
28,554382.0,10438.200000047684,16fb5536ew1n3uw,back pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",7889
30,572269.0,17886.0,16fb5536ew1n3uw,primary color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 37}, {'label': 'Buff', 'x': 1, 'y': 92}]",7889
32,581252.0,8981.599999904633,16fb5536ew1n3uw,size,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 100}]",7889
34,590407.0,9153.700000047684,16fb5536ew1n3uw,wing pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Solid', 'x': 0, 'y': 96}]",7889
36,600663.0,10253.599999904633,16fb5536ew1n3uw,tail pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 50}]",7889
38,617675.0,17011.39999985695,16fb5536ew1n3uw,upper tail color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",7889
40,628747.0,11069.799999952316,16fb5536ew1n3uw,belly color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'White', 'x': 0, 'y': 99}]",7889
42,638694.0,9945.700000047684,16fb5536ew1n3uw,wing color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}]",7889
44,650398.0,11702.600000143051,16fb5536ew1n3uw,breast pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",7889
46,660697.0,10297.700000047684,16fb5536ew1n3uw,crown color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}]",7889
48,670365.0,9666.200000047684,16fb5536ew1n3uw,forehead color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 85}, {'label': 'Buff', 'x': 1, 'y': 59}]",7889
50,683888.0,13521.100000143051,16fb5536ew1n3uw,wing shape,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 86}, {'label': 'Rounded-wings', 'x': 1, 'y': 27}]",7889
52,701012.0,17122.200000047684,16fb5536ew1n3uw,throat color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 59}, {'label': 'Buff', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 50}]",7889
54,717524.0,16511.5,16fb5536ew1n3uw,bill shape,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 37}, {'label': 'Needle', 'x': 1, 'y': 89}]",7889
56,725283.0,7757.099999904633,16fb5536ew1n3uw,under tail color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}]",7889
58,736788.0,11503.900000095367,16fb5536ew1n3uw,underparts color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 76}]",7889
60,756012.0,19222.099999904636,16fb5536ew1n3uw,head pattern,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Capped', 'x': 0, 'y': 50}, {'label': 'Plain', 'x': 1, 'y': 91}]",7889
62,773756.0,17742.800000190735,16fb5536ew1n3uw,upperparts color,135.Bank_Swallow/Bank_Swallow_0059_129896.jpg,"[{'label': 'Brown', 'x': 0, 'y': 55}, {'label': 'Buff', 'x': 1, 'y': 90}]",7889
64,791879.0,18122.200000047684,16fb5536ew1n3uw,back color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}, {'label': 'Grey', 'x': 1, 'y': 37}]",4666
66,804175.0,12294.0,16fb5536ew1n3uw,back pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Solid', 'x': 0, 'y': 31}, {'label': 'Spotted', 'x': 1, 'y': 81}]",4666
68,813982.0,9805.400000095367,16fb5536ew1n3uw,under tail color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",4666
70,838339.0,24356.200000047684,16fb5536ew1n3uw,primary color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}, {'label': 'Grey', 'x': 1, 'y': 27}, {'label': 'White', 'x': 2, 'y': 31}]",4666
72,847655.0,9314.5,16fb5536ew1n3uw,bill length,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Longer than head', 'x': 0, 'y': 100}]",4666
74,860381.0,12724.300000190737,16fb5536ew1n3uw,upperparts color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}, {'label': 'White', 'x': 1, 'y': 50}]",4666
76,866450.0,6066.5,16fb5536ew1n3uw,breast pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 97}]",4666
78,876020.0,9568.199999809263,16fb5536ew1n3uw,breast color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",4666
80,882771.0,6749.900000095367,16fb5536ew1n3uw,forehead color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4666
82,893084.0,10310.399999856949,16fb5536ew1n3uw,size,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 62}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 100}]",4666
84,908228.0,15143.400000095367,16fb5536ew1n3uw,crown color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4666
86,918181.0,9951.0,16fb5536ew1n3uw,throat color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",4666
88,939196.0,21014.0,16fb5536ew1n3uw,belly pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 91}]",4666
90,947891.0,8692.399999856949,16fb5536ew1n3uw,upper tail color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4666
92,960160.0,12267.700000047684,16fb5536ew1n3uw,underparts color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Grey', 'x': 0, 'y': 24}, {'label': 'White', 'x': 1, 'y': 85}]",4666
94,973528.0,13366.899999856949,16fb5536ew1n3uw,nape color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 68}, {'label': 'Grey', 'x': 1, 'y': 44}]",4666
96,992134.0,18604.29999995232,16fb5536ew1n3uw,shape,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Tree-clinging-like', 'x': 0, 'y': 50}]",4666
98,1004285.0,12149.299999952316,16fb5536ew1n3uw,tail shape,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Forked tail', 'x': 0, 'y': 19}, {'label': 'Pointed tail', 'x': 1, 'y': 97}]",4666
100,1017799.0,13512.400000095367,16fb5536ew1n3uw,wing shape,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Rounded-wings', 'x': 0, 'y': 100}]",4666
102,1026927.0,9126.799999952316,16fb5536ew1n3uw,belly color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 90}]",4666
104,1038838.0,11909.200000047684,16fb5536ew1n3uw,tail pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",4666
106,1048493.0,9653.099999904633,16fb5536ew1n3uw,leg color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",4666
108,1062904.0,14409.099999904633,16fb5536ew1n3uw,wing color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 93}, {'label': 'Grey', 'x': 1, 'y': 27}, {'label': 'White', 'x': 2, 'y': 55}]",4666
110,1072309.0,9404.0,16fb5536ew1n3uw,wing pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 100}]",4666
112,1085134.0,12823.100000143051,16fb5536ew1n3uw,bill shape,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 100}]",4666
114,1093365.0,8229.400000095367,16fb5536ew1n3uw,bill color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4666
116,1102181.0,8813.5,16fb5536ew1n3uw,eye color,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4666
118,1115724.0,13541.400000095367,16fb5536ew1n3uw,head pattern,080.Green_Kingfisher/Green_Kingfisher_0035_71133.jpg,"[{'label': 'Plain', 'x': 0, 'y': 84}, {'label': 'Striped', 'x': 1, 'y': 37}]",4666
8,132873.0,28878.79999999702,hh7swber0wgdxf7,wing pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}, {'label': 'Striped', 'x': 1, 'y': 81}]",5533
10,142681.0,9800.70000000298,hh7swber0wgdxf7,crown color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
12,229460.0,86776.0,hh7swber0wgdxf7,tail pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5533
14,273039.0,43571.29999999702,hh7swber0wgdxf7,back color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",5533
16,296396.0,23348.90000000596,hh7swber0wgdxf7,bill shape,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 68}]",5533
18,301445.0,5044.600000008941,hh7swber0wgdxf7,breast color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
20,353390.0,51936.89999999106,hh7swber0wgdxf7,wing color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 100}, {'label': 'Yellow', 'x': 3, 'y': 100}]",5533
22,412004.0,58606.29999999702,hh7swber0wgdxf7,upper tail color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 77}]",5533
24,420018.0,8006.399999991059,hh7swber0wgdxf7,forehead color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
26,443741.0,23716.10000000894,hh7swber0wgdxf7,bill length,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 70}]",5533
28,448786.0,5041.0,hh7swber0wgdxf7,breast pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5533
30,466944.0,18152.79999999702,hh7swber0wgdxf7,wing shape,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 75}]",5533
32,547496.0,80548.39999999106,hh7swber0wgdxf7,eye color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",5533
34,963651.0,416148.200000003,hh7swber0wgdxf7,underparts color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'White', 'x': 0, 'y': 80}, {'label': 'Yellow', 'x': 1, 'y': 100}]",5533
36,970259.0,6603.29999999702,hh7swber0wgdxf7,size,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 100}]",5533
38,1021407.0,51145.5,hh7swber0wgdxf7,nape color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
40,1046436.0,25021.5,hh7swber0wgdxf7,back pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}, {'label': 'Striped', 'x': 1, 'y': 100}]",5533
42,1089993.0,43549.79999999702,hh7swber0wgdxf7,bill color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Grey', 'x': 0, 'y': 75}, {'label': 'White', 'x': 1, 'y': 72}]",5533
44,1142637.0,52637.0,hh7swber0wgdxf7,head pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",5533
46,1193235.0,50594.79999999702,hh7swber0wgdxf7,tail shape,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 86}]",5533
48,1216201.0,22962.0,hh7swber0wgdxf7,belly pattern,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5533
50,1221230.0,5022.300000011921,hh7swber0wgdxf7,primary color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
52,1226559.0,5322.70000000298,hh7swber0wgdxf7,belly color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
54,1280793.0,54227.39999999106,hh7swber0wgdxf7,shape,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 24}]",5533
56,1290583.0,9782.0,hh7swber0wgdxf7,throat color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
58,1297254.0,6663.699999988079,hh7swber0wgdxf7,under tail color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",5533
60,1328255.0,30993.29999999702,hh7swber0wgdxf7,upperparts color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 100}, {'label': 'Yellow', 'x': 2, 'y': 100}]",5533
62,1457608.0,129349.39999999106,hh7swber0wgdxf7,leg color,095.Baltimore_Oriole/Baltimore_Oriole_0018_87782.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5533
64,1468210.0,10594.5,hh7swber0wgdxf7,bill shape,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 100}]",3191
66,1474250.0,6032.5,hh7swber0wgdxf7,belly color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
68,1502239.0,27982.29999999702,hh7swber0wgdxf7,nape color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
70,1545395.0,43149.5,hh7swber0wgdxf7,wing shape,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 0}]",3191
72,1575876.0,30476.60000000894,hh7swber0wgdxf7,back pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",3191
74,1583441.0,7558.29999999702,hh7swber0wgdxf7,throat color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
76,1620738.0,37288.10000000894,hh7swber0wgdxf7,back color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",3191
78,1627433.0,6688.29999999702,hh7swber0wgdxf7,leg color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",3191
80,1726520.0,99080.59999999404,hh7swber0wgdxf7,bill length,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",3191
82,1747991.0,21463.59999999404,hh7swber0wgdxf7,belly pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 78}]",3191
84,1766493.0,18494.70000000298,hh7swber0wgdxf7,wing color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",3191
86,1812819.0,46320.5,hh7swber0wgdxf7,shape,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Pigeon-like', 'x': 0, 'y': 80}]",3191
88,1885415.0,72588.29999999702,hh7swber0wgdxf7,bill color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Grey', 'x': 1, 'y': 100}]",3191
90,1899647.0,14228.19999998808,hh7swber0wgdxf7,primary color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
92,1906728.0,7074.4000000059605,hh7swber0wgdxf7,under tail color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",3191
94,1954072.0,47336.29999999702,hh7swber0wgdxf7,head pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",3191
96,1973028.0,18949.09999999404,hh7swber0wgdxf7,size,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 100}]",3191
98,2068214.0,95179.70000000298,hh7swber0wgdxf7,eye color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",3191
100,2087805.0,19583.09999999404,hh7swber0wgdxf7,breast pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 61}]",3191
102,2100849.0,13041.10000000894,hh7swber0wgdxf7,underparts color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 55}, {'label': 'White', 'x': 1, 'y': 57}]",3191
104,2104623.0,3770.0,hh7swber0wgdxf7,breast color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
106,2109392.0,4766.0,hh7swber0wgdxf7,crown color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
108,2118838.0,9439.0,hh7swber0wgdxf7,tail shape,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 100}]",3191
110,2139221.0,20376.5,hh7swber0wgdxf7,wing pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",3191
112,2142989.0,3760.900000005961,hh7swber0wgdxf7,forehead color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Red', 'x': 0, 'y': 100}]",3191
114,2148875.0,5882.79999999702,hh7swber0wgdxf7,upper tail color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",3191
116,2194128.0,45246.40000000596,hh7swber0wgdxf7,tail pattern,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 84}]",3191
118,2237017.0,42882.0,hh7swber0wgdxf7,upperparts color,056.Pine_Grosbeak/Pine_Grosbeak_0094_38912.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'Red', 'x': 1, 'y': 100}]",3191
8,329561.0,98081.99999999996,r0ud4l9vasg7h88,wing pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 5}, {'label': 'Solid', 'x': 1, 'y': 90}]",223
10,388670.0,59104.99999999994,r0ud4l9vasg7h88,breast color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Green', 'x': 1, 'y': 8}]",223
12,480658.0,91984.0,r0ud4l9vasg7h88,primary color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
14,508974.0,28313.0,r0ud4l9vasg7h88,under tail color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Grey', 'x': 1, 'y': 52}]",223
16,577972.0,68995.0,r0ud4l9vasg7h88,tail shape,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 79}, {'label': 'Squared tail', 'x': 1, 'y': 24}]",223
18,649614.0,71637.99999999988,r0ud4l9vasg7h88,upperparts color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Green', 'x': 1, 'y': 65}, {'label': 'Grey', 'x': 2, 'y': 34}]",223
20,677026.0,27409.0,r0ud4l9vasg7h88,nape color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
22,733863.0,56833.0,r0ud4l9vasg7h88,bill shape,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 100}]",223
24,779600.0,45733.00000000012,r0ud4l9vasg7h88,wing shape,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Rounded-wings', 'x': 0, 'y': 100}]",223
26,793586.0,13982.0,r0ud4l9vasg7h88,belly pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",223
28,807133.0,13544.000000000116,r0ud4l9vasg7h88,eye color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
30,828151.0,21014.0,r0ud4l9vasg7h88,breast pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Solid', 'x': 0, 'y': 89}, {'label': 'Spotted', 'x': 1, 'y': 7}]",223
32,847961.0,19805.0,r0ud4l9vasg7h88,belly color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 91}, {'label': 'Grey', 'x': 1, 'y': 7}]",223
34,949461.0,101471.0,r0ud4l9vasg7h88,bill length,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 89}, {'label': 'Longer than head', 'x': 1, 'y': 11}]",223
36,1440993.0,491526.0,r0ud4l9vasg7h88,shape,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Gull-like', 'x': 0, 'y': 55}, {'label': 'Swallow-like', 'x': 1, 'y': 12}]",223
38,1456935.0,15940.0,r0ud4l9vasg7h88,forehead color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
40,1516518.0,59580.0,r0ud4l9vasg7h88,size,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 10}, {'label': 'Medium (9 - 16 in)', 'x': 1, 'y': 89}, {'label': 'Large (16 - 32 in)', 'x': 2, 'y': 2}]",223
42,1535728.0,19206.0,r0ud4l9vasg7h88,tail pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",223
44,1616802.0,81069.99999999977,r0ud4l9vasg7h88,leg color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 93}, {'label': 'Grey', 'x': 1, 'y': 55}, {'label': 'Yellow', 'x': 2, 'y': 50}]",223
46,1634570.0,17763.000000000233,r0ud4l9vasg7h88,throat color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
48,1654118.0,19544.0,r0ud4l9vasg7h88,bill color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",223
50,1681155.0,27033.000000000236,r0ud4l9vasg7h88,wing color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",223
52,1698877.0,17718.0,r0ud4l9vasg7h88,back pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",223
54,1710365.0,11483.0,r0ud4l9vasg7h88,crown color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 94}]",223
56,2070457.0,360087.0,r0ud4l9vasg7h88,head pattern,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Plain', 'x': 0, 'y': 50}]",223
58,2082917.0,12454.999999999767,r0ud4l9vasg7h88,underparts color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 87}]",223
60,2102747.0,19827.0,r0ud4l9vasg7h88,upper tail color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 95}, {'label': 'Grey', 'x': 1, 'y': 5}]",223
62,2121978.0,19227.000000000466,r0ud4l9vasg7h88,back color,004.Groove_billed_Ani/Groove_Billed_Ani_0005_1750.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",223
64,2274165.0,152183.0,r0ud4l9vasg7h88,head pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Eyeline', 'x': 0, 'y': 100}]",6512
66,2314171.0,40002.0,r0ud4l9vasg7h88,upperparts color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",6512
68,2329392.0,15218.0,r0ud4l9vasg7h88,forehead color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",6512
70,2386124.0,56728.0,r0ud4l9vasg7h88,size,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 50}, {'label': 'Medium (9 - 16 in)', 'x': 1, 'y': 50}]",6512
72,2462172.0,76044.0,r0ud4l9vasg7h88,back color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Grey', 'x': 1, 'y': 100}, {'label': 'White', 'x': 2, 'y': 100}]",6512
74,2531046.0,68869.00000000047,r0ud4l9vasg7h88,primary color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 96}, {'label': 'White', 'x': 1, 'y': 27}]",6512
76,2577182.0,46133.0,r0ud4l9vasg7h88,bill color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Black', 'x': 0, 'y': 92}, {'label': 'Grey', 'x': 1, 'y': 90}]",6512
78,2631323.0,54138.0,r0ud4l9vasg7h88,wing color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 100}, {'label': 'White', 'x': 2, 'y': 100}]",6512
80,2650702.0,19384.0,r0ud4l9vasg7h88,under tail color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 70}, {'label': 'White', 'x': 1, 'y': 69}]",6512
82,2667914.0,17219.0,r0ud4l9vasg7h88,belly pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",6512
84,2680913.0,12999.0,r0ud4l9vasg7h88,breast pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",6512
86,2694733.0,13817.0,r0ud4l9vasg7h88,breast color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",6512
88,2716905.0,22168.0,r0ud4l9vasg7h88,underparts color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 96}, {'label': 'Pink', 'x': 1, 'y': 4}]",6512
90,2729742.0,12833.0,r0ud4l9vasg7h88,eye color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",6512
92,2828583.0,98839.0,r0ud4l9vasg7h88,wing pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 83}, {'label': 'Striped', 'x': 1, 'y': 50}]",6512
94,2854445.0,25857.0,r0ud4l9vasg7h88,tail pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 92}]",6512
96,2894942.0,40494.00000000047,r0ud4l9vasg7h88,bill shape,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 77}, {'label': 'Hooked', 'x': 1, 'y': 91}]",6512
98,2908559.0,13614.0,r0ud4l9vasg7h88,belly color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",6512
100,2925761.0,17199.0,r0ud4l9vasg7h88,leg color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 50}]",6512
102,3007841.0,82076.0,r0ud4l9vasg7h88,nape color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",6512
104,3298923.0,291080.99999999953,r0ud4l9vasg7h88,wing shape,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}, {'label': 'Rounded-wings', 'x': 1, 'y': 50}]",6512
106,3399336.0,100410.0,r0ud4l9vasg7h88,back pattern,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Solid', 'x': 0, 'y': 87}]",6512
108,3430886.0,31547.0,r0ud4l9vasg7h88,crown color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",6512
110,3639121.0,208231.99999999956,r0ud4l9vasg7h88,upper tail color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Black', 'x': 0, 'y': 79}, {'label': 'Grey', 'x': 1, 'y': 100}, {'label': 'White', 'x': 2, 'y': 76}]",6512
112,3867798.0,228675.0,r0ud4l9vasg7h88,shape,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Hummingbird-like', 'x': 0, 'y': 50}, {'label': 'Perching-like', 'x': 1, 'y': 50}]",6512
114,3904498.0,36696.0,r0ud4l9vasg7h88,throat color,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",6512
116,3919479.0,14977.999999999534,r0ud4l9vasg7h88,bill length,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",6512
118,3951184.0,31701.0,r0ud4l9vasg7h88,tail shape,112.Great_Grey_Shrike/Great_Grey_Shrike_0053_106792.jpg,"[{'label': 'Rounded tail', 'x': 0, 'y': 85}]",6512
6,301907.0,31693.80000019073,5f58rnqyrqhsjvv,size,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 43}]",6653
8,329474.0,27565.799999713898,5f58rnqyrqhsjvv,tail shape,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}, {'label': 'Pointed tail', 'x': 1, 'y': 50}]",6653
10,351939.0,22462.900000095367,5f58rnqyrqhsjvv,bill color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",6653
12,391147.0,39206.59999990463,5f58rnqyrqhsjvv,shape,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 100}]",6653
14,408051.0,16903.0,5f58rnqyrqhsjvv,throat color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",6653
16,452194.0,44141.09999990463,5f58rnqyrqhsjvv,primary color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Grey', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 19}]",6653
18,465083.0,12887.400000095367,5f58rnqyrqhsjvv,forehead color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",6653
20,480754.0,15669.89999961853,5f58rnqyrqhsjvv,belly pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Solid', 'x': 0, 'y': 99}]",6653
22,502875.0,22118.5,5f58rnqyrqhsjvv,wing pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 90}, {'label': 'Striped', 'x': 1, 'y': 10}]",6653
24,524683.0,21807.099999904636,5f58rnqyrqhsjvv,head pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Capped', 'x': 0, 'y': 50}, {'label': 'Eyeline', 'x': 1, 'y': 50}]",6653
26,536859.0,12173.800000190737,5f58rnqyrqhsjvv,tail pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Striped', 'x': 1, 'y': 50}]",6653
28,559682.0,22821.700000286102,5f58rnqyrqhsjvv,wing shape,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 100}]",6653
30,589403.0,29718.799999713898,5f58rnqyrqhsjvv,bill shape,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 80}, {'label': 'Cone', 'x': 1, 'y': 20}]",6653
32,601691.0,12286.5,5f58rnqyrqhsjvv,breast color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",6653
34,668805.0,67111.30000019073,5f58rnqyrqhsjvv,back color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Brown', 'x': 1, 'y': 10}, {'label': 'Grey', 'x': 2, 'y': 70}]",6653
36,726811.0,58004.800000190735,5f58rnqyrqhsjvv,crown color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",6653
38,754507.0,27694.5,5f58rnqyrqhsjvv,upperparts color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Grey', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 10}]",6653
40,771610.0,17101.599999904633,5f58rnqyrqhsjvv,under tail color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",6653
42,779659.0,8046.89999961853,5f58rnqyrqhsjvv,back pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Striped', 'x': 1, 'y': 50}]",6653
44,801891.0,22229.80000019073,5f58rnqyrqhsjvv,underparts color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Grey', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 10}]",6653
46,809370.0,7477.900000095367,5f58rnqyrqhsjvv,eye color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",6653
48,820554.0,11182.299999713898,5f58rnqyrqhsjvv,nape color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",6653
50,857588.0,37031.90000009537,5f58rnqyrqhsjvv,wing color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Brown', 'x': 1, 'y': 10}, {'label': 'Grey', 'x': 2, 'y': 60}, {'label': 'White', 'x': 3, 'y': 10}]",6653
52,869555.0,11965.400000095367,5f58rnqyrqhsjvv,upper tail color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",6653
54,877451.0,7894.900000095367,5f58rnqyrqhsjvv,breast pattern,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",6653
56,889571.0,12118.400000095367,5f58rnqyrqhsjvv,belly color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",6653
58,904187.0,14614.5,5f58rnqyrqhsjvv,leg color,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Blue', 'x': 1, 'y': 50}]",6653
60,917507.0,13318.300000190737,5f58rnqyrqhsjvv,bill length,114.Black_throated_Sparrow/Black_Throated_Sparrow_0007_106999.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",6653
62,1044427.0,126918.0,5f58rnqyrqhsjvv,belly pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1392
64,1055020.0,10591.900000095367,5f58rnqyrqhsjvv,bill length,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 100}]",1392
66,1078692.0,23670.099999904636,5f58rnqyrqhsjvv,breast color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Blue', 'x': 1, 'y': 10}, {'label': 'Green', 'x': 2, 'y': 80}]",1392
68,1090675.0,11981.199999809263,5f58rnqyrqhsjvv,back pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 0}]",1392
70,1118348.0,27670.199999809265,5f58rnqyrqhsjvv,primary color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 60}, {'label': 'Green', 'x': 1, 'y': 40}]",1392
72,1128092.0,9742.400000095367,5f58rnqyrqhsjvv,upper tail color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",1392
74,1136795.0,8701.800000190735,5f58rnqyrqhsjvv,crown color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1392
76,1143748.0,6951.400000095367,5f58rnqyrqhsjvv,back color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",1392
78,1151379.0,7629.5,5f58rnqyrqhsjvv,tail pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1392
80,1183036.0,31656.0,5f58rnqyrqhsjvv,belly color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Blue', 'x': 1, 'y': 10}, {'label': 'Green', 'x': 2, 'y': 80}]",1392
82,1195884.0,12846.200000286102,5f58rnqyrqhsjvv,eye color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Red', 'x': 1, 'y': 50}]",1392
84,1226387.0,30501.0,5f58rnqyrqhsjvv,bill shape,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 20}, {'label': 'Needle', 'x': 1, 'y': 80}]",1392
86,1235379.0,8990.599999904633,5f58rnqyrqhsjvv,wing shape,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 50}, {'label': 'Rounded-wings', 'x': 1, 'y': 50}]",1392
88,1245243.0,9861.799999713898,5f58rnqyrqhsjvv,nape color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1392
90,1279820.0,34575.09999990463,5f58rnqyrqhsjvv,upperparts color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 60}, {'label': 'Blue', 'x': 1, 'y': 10}, {'label': 'Green', 'x': 2, 'y': 30}]",1392
92,1291179.0,11356.900000095367,5f58rnqyrqhsjvv,tail shape,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 100}]",1392
94,1310323.0,19142.799999713898,5f58rnqyrqhsjvv,throat color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 80}, {'label': 'Blue', 'x': 1, 'y': 10}, {'label': 'Green', 'x': 2, 'y': 10}]",1392
96,1316755.0,6430.200000286102,5f58rnqyrqhsjvv,wing color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",1392
98,1358420.0,41662.90000009537,5f58rnqyrqhsjvv,bill color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 30}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 20}]",1392
100,1366971.0,8549.699999809265,5f58rnqyrqhsjvv,breast pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1392
102,1418468.0,51494.90000009537,5f58rnqyrqhsjvv,shape,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Perching-like', 'x': 0, 'y': 50}, {'label': 'Upland-ground-like', 'x': 1, 'y': 50}]",1392
104,1429387.0,10918.0,5f58rnqyrqhsjvv,size,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 100}]",1392
106,1438819.0,9430.200000286102,5f58rnqyrqhsjvv,under tail color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",1392
108,1447811.0,8990.300000190735,5f58rnqyrqhsjvv,underparts color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Green', 'x': 1, 'y': 50}]",1392
110,1453900.0,6086.900000095367,5f58rnqyrqhsjvv,forehead color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1392
112,1462251.0,8350.0,5f58rnqyrqhsjvv,wing pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1392
114,1469380.0,7127.0,5f58rnqyrqhsjvv,leg color,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",1392
116,1490612.0,21230.0,5f58rnqyrqhsjvv,head pattern,025.Pelagic_Cormorant/Pelagic_Cormorant_0102_23778.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",1392
6,312149.0,78145.59999990463,t0utx7r6nd74ksf,breast pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 94}, {'label': 'Spotted', 'x': 1, 'y': 94}, {'label': 'Striped', 'x': 2, 'y': 19}]",6113
8,393614.0,81462.2999997139,t0utx7r6nd74ksf,underparts color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 44}, {'label': 'Brown', 'x': 1, 'y': 97}, {'label': 'Grey', 'x': 2, 'y': 43}, {'label': 'White', 'x': 3, 'y': 12}]",6113
10,424263.0,30644.599999904636,t0utx7r6nd74ksf,primary color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Brown', 'x': 0, 'y': 93}, {'label': 'Grey', 'x': 1, 'y': 26}]",6113
12,484764.0,60497.0,t0utx7r6nd74ksf,head pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Capped', 'x': 0, 'y': 61}, {'label': 'Masked', 'x': 1, 'y': 87}, {'label': 'Striped', 'x': 2, 'y': 19}]",6113
14,517580.0,32811.0,t0utx7r6nd74ksf,breast color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 20}, {'label': 'Brown', 'x': 1, 'y': 91}, {'label': 'Grey', 'x': 2, 'y': 33}, {'label': 'White', 'x': 3, 'y': 17}]",6113
16,545663.0,28079.5,t0utx7r6nd74ksf,upperparts color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 52}, {'label': 'Brown', 'x': 1, 'y': 92}, {'label': 'Grey', 'x': 2, 'y': 45}, {'label': 'White', 'x': 3, 'y': 3}]",6113
18,572346.0,26678.0,t0utx7r6nd74ksf,wing pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 95}, {'label': 'Spotted', 'x': 1, 'y': 15}, {'label': 'Striped', 'x': 2, 'y': 35}]",6113
20,585494.0,13143.900000095367,t0utx7r6nd74ksf,back pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 94}, {'label': 'Striped', 'x': 1, 'y': 20}]",6113
22,616911.0,31413.900000095367,t0utx7r6nd74ksf,size,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 87}]",6113
24,647013.0,30097.30000019073,t0utx7r6nd74ksf,forehead color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 10}, {'label': 'Brown', 'x': 1, 'y': 92}, {'label': 'Grey', 'x': 2, 'y': 11}]",6113
26,663646.0,16628.0,t0utx7r6nd74ksf,throat color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Brown', 'x': 0, 'y': 92}, {'label': 'Grey', 'x': 1, 'y': 12}, {'label': 'White', 'x': 2, 'y': 13}]",6113
28,697263.0,33612.7000002861,t0utx7r6nd74ksf,wing color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 21}, {'label': 'Brown', 'x': 1, 'y': 66}, {'label': 'Grey', 'x': 2, 'y': 53}]",6113
30,730313.0,33044.800000190735,t0utx7r6nd74ksf,crown color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Grey', 'x': 1, 'y': 62}]",6113
32,761395.0,31077.60000038147,t0utx7r6nd74ksf,wing shape,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 14}, {'label': 'Rounded-wings', 'x': 1, 'y': 88}]",6113
34,777410.0,16011.0,t0utx7r6nd74ksf,back color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 66}, {'label': 'Brown', 'x': 1, 'y': 89}]",6113
36,797794.0,20379.5,t0utx7r6nd74ksf,shape,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Owl-like', 'x': 0, 'y': 98}]",6113
38,829526.0,31728.699999809265,t0utx7r6nd74ksf,tail pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 94}]",6113
40,857176.0,27646.89999961853,t0utx7r6nd74ksf,bill length,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 98}]",6113
42,878043.0,20863.599999904636,t0utx7r6nd74ksf,bill color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 12}, {'label': 'Grey', 'x': 1, 'y': 89}]",6113
44,897594.0,19546.5,t0utx7r6nd74ksf,tail shape,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 90}, {'label': 'Squared tail', 'x': 1, 'y': 19}]",6113
46,912193.0,14594.0,t0utx7r6nd74ksf,nape color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Grey', 'x': 1, 'y': 34}]",6113
48,926676.0,14479.099999904633,t0utx7r6nd74ksf,under tail color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 25}, {'label': 'Brown', 'x': 1, 'y': 92}]",6113
50,960844.0,34163.40000009537,t0utx7r6nd74ksf,upper tail color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 22}, {'label': 'Brown', 'x': 1, 'y': 33}, {'label': 'Grey', 'x': 2, 'y': 89}]",6113
52,979593.0,18745.599999904636,t0utx7r6nd74ksf,belly pattern,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 87}, {'label': 'Spotted', 'x': 1, 'y': 55}]",6113
54,990276.0,10679.200000286102,t0utx7r6nd74ksf,leg color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Brown', 'x': 0, 'y': 94}]",6113
56,1005242.0,14962.599999904633,t0utx7r6nd74ksf,eye color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6113
58,1036475.0,31229.400000095367,t0utx7r6nd74ksf,bill shape,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Cone', 'x': 0, 'y': 57}, {'label': 'Hooked', 'x': 1, 'y': 71}]",6113
60,1067292.0,30813.200000286102,t0utx7r6nd74ksf,belly color,105.Whip_poor_Will/Whip_Poor_Will_0025_796434.jpg,"[{'label': 'Black', 'x': 0, 'y': 24}, {'label': 'Brown', 'x': 1, 'y': 89}, {'label': 'Grey', 'x': 2, 'y': 38}, {'label': 'White', 'x': 3, 'y': 26}]",6113
62,1085558.0,18261.5,t0utx7r6nd74ksf,upperparts color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}]",6307
64,1107275.0,21713.400000095367,t0utx7r6nd74ksf,leg color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Buff', 'x': 1, 'y': 88}]",6307
66,1155374.0,48095.90000009537,t0utx7r6nd74ksf,size,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 90}, {'label': 'Large (16 - 32 in)', 'x': 1, 'y': 13}]",6307
68,1166642.0,11263.60000038147,t0utx7r6nd74ksf,under tail color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}]",6307
70,1195790.0,29145.0,t0utx7r6nd74ksf,nape color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 31}, {'label': 'White', 'x': 1, 'y': 91}]",6307
72,1254058.0,58264.09999990463,t0utx7r6nd74ksf,shape,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Gull-like', 'x': 0, 'y': 77}, {'label': 'Hawk-like', 'x': 1, 'y': 91}, {'label': 'Long-legged-like', 'x': 2, 'y': 8}, {'label': 'Pigeon-like', 'x': 3, 'y': 50}]",6307
74,1263924.0,9861.300000190737,t0utx7r6nd74ksf,wing color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}]",6307
76,1275290.0,11362.299999713898,t0utx7r6nd74ksf,belly color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
78,1285190.0,9895.800000190737,t0utx7r6nd74ksf,breast color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
80,1303773.0,18578.900000095367,t0utx7r6nd74ksf,breast pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Solid', 'x': 0, 'y': 98}]",6307
82,1317639.0,13862.5,t0utx7r6nd74ksf,throat color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}]",6307
84,1348724.0,31080.599999904636,t0utx7r6nd74ksf,tail shape,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 96}, {'label': 'Pointed tail', 'x': 1, 'y': 13}, {'label': 'Squared tail', 'x': 2, 'y': 19}]",6307
86,1357639.0,8911.699999809265,t0utx7r6nd74ksf,crown color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}]",6307
88,1365356.0,7712.099999904633,t0utx7r6nd74ksf,back color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}]",6307
90,1372989.0,7628.699999809265,t0utx7r6nd74ksf,underparts color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
92,1382606.0,9612.700000286102,t0utx7r6nd74ksf,eye color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
94,1401022.0,18411.900000095367,t0utx7r6nd74ksf,wing shape,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 90}, {'label': 'Pointed-wings', 'x': 1, 'y': 31}]",6307
96,1411439.0,10412.900000095367,t0utx7r6nd74ksf,primary color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
98,1423155.0,11712.10000038147,t0utx7r6nd74ksf,wing pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Solid', 'x': 0, 'y': 99}]",6307
100,1441856.0,18696.30000019073,t0utx7r6nd74ksf,bill color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}, {'label': 'White', 'x': 1, 'y': 5}]",6307
102,1451572.0,9712.699999809263,t0utx7r6nd74ksf,belly pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Solid', 'x': 0, 'y': 98}]",6307
104,1463589.0,12013.39999961853,t0utx7r6nd74ksf,head pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Plain', 'x': 0, 'y': 98}]",6307
106,1493289.0,29696.60000038147,t0utx7r6nd74ksf,bill shape,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Cone', 'x': 0, 'y': 93}, {'label': 'Curved (up or down)', 'x': 1, 'y': 12}]",6307
108,1502806.0,9512.299999713898,t0utx7r6nd74ksf,upper tail color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",6307
110,1512921.0,10112.099999904633,t0utx7r6nd74ksf,back pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Solid', 'x': 0, 'y': 99}]",6307
112,1525538.0,12613.199999809263,t0utx7r6nd74ksf,tail pattern,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Solid', 'x': 0, 'y': 99}]",6307
114,1603090.0,77548.60000038147,t0utx7r6nd74ksf,bill length,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 91}, {'label': 'Shorter than head', 'x': 1, 'y': 28}]",6307
116,1611357.0,8262.5,t0utx7r6nd74ksf,forehead color,108.White_necked_Raven/White_Necked_Raven_0019_797377.jpg,"[{'label': 'Black', 'x': 0, 'y': 96}]",6307
6,284709.0,42835.30000001192,qxjqmoorcpq7zk4,underparts color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'White', 'x': 1, 'y': 81}]",1199
8,321916.0,37204.5,qxjqmoorcpq7zk4,belly pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}, {'label': 'Striped', 'x': 1, 'y': 30}]",1199
10,361674.0,39754.0,qxjqmoorcpq7zk4,crown color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 59}, {'label': 'Grey', 'x': 1, 'y': 70}, {'label': 'White', 'x': 2, 'y': 60}]",1199
12,394516.0,32839.5,qxjqmoorcpq7zk4,shape,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Owl-like', 'x': 0, 'y': 100}]",1199
14,418635.0,24115.59999999404,qxjqmoorcpq7zk4,nape color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 29}]",1199
16,446811.0,28172.5,qxjqmoorcpq7zk4,upper tail color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'White', 'x': 1, 'y': 40}]",1199
18,467195.0,20380.10000002384,qxjqmoorcpq7zk4,belly color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 80}, {'label': 'White', 'x': 1, 'y': 90}]",1199
20,501587.0,34389.0,qxjqmoorcpq7zk4,tail pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Solid', 'x': 0, 'y': 20}, {'label': 'Spotted', 'x': 1, 'y': 21}]",1199
22,528779.0,27187.80000001192,qxjqmoorcpq7zk4,wing color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 11}, {'label': 'White', 'x': 2, 'y': 61}]",1199
24,545092.0,16308.09999999404,qxjqmoorcpq7zk4,bill length,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",1199
26,571147.0,26052.69999998808,qxjqmoorcpq7zk4,breast pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 81}, {'label': 'Spotted', 'x': 1, 'y': 29}, {'label': 'Striped', 'x': 2, 'y': 81}]",1199
28,598355.0,27205.0,qxjqmoorcpq7zk4,breast color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}, {'label': 'Grey', 'x': 1, 'y': 10}, {'label': 'White', 'x': 2, 'y': 31}]",1199
30,640211.0,41852.69999998808,qxjqmoorcpq7zk4,head pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Crested', 'x': 0, 'y': 80}]",1199
32,663804.0,23589.0,qxjqmoorcpq7zk4,back color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}, {'label': 'Grey', 'x': 1, 'y': 11}, {'label': 'White', 'x': 2, 'y': 60}]",1199
34,677516.0,13708.29999998212,qxjqmoorcpq7zk4,bill color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}]",1199
36,703946.0,26426.59999999404,qxjqmoorcpq7zk4,back pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",1199
38,736331.0,32383.09999999404,qxjqmoorcpq7zk4,size,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 80}, {'label': 'Large (16 - 32 in)', 'x': 1, 'y': 20}]",1199
40,752635.0,16300.59999999404,qxjqmoorcpq7zk4,under tail color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 99}, {'label': 'White', 'x': 1, 'y': 24}]",1199
42,765732.0,13092.90000000596,qxjqmoorcpq7zk4,wing shape,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Rounded-wings', 'x': 0, 'y': 100}]",1199
44,789013.0,23277.5,qxjqmoorcpq7zk4,primary color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}]",1199
46,802787.0,13770.40000000596,qxjqmoorcpq7zk4,bill shape,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Hooked', 'x': 0, 'y': 100}]",1199
48,821940.0,19148.10000002384,qxjqmoorcpq7zk4,leg color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Black', 'x': 0, 'y': 91}, {'label': 'Brown', 'x': 1, 'y': 11}]",1199
50,847653.0,25709.09999999404,qxjqmoorcpq7zk4,upperparts color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 92}, {'label': 'White', 'x': 1, 'y': 80}]",1199
52,858522.0,10866.0,qxjqmoorcpq7zk4,wing pattern,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 0}]",1199
54,880531.0,22004.89999997616,qxjqmoorcpq7zk4,eye color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Black', 'x': 0, 'y': 93}]",1199
56,895834.0,15300.0,qxjqmoorcpq7zk4,tail shape,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Squared tail', 'x': 0, 'y': 81}]",1199
58,910483.0,14645.40000000596,qxjqmoorcpq7zk4,forehead color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 91}]",1199
60,930324.0,19836.89999997616,qxjqmoorcpq7zk4,throat color,022.Chuck_will_Widow/Chuck_Will_Widow_0047_796971.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 91}]",1199
62,949788.0,19460.09999999404,qxjqmoorcpq7zk4,upper tail color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
64,969100.0,19307.80000001192,qxjqmoorcpq7zk4,underparts color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
66,983372.0,14268.40000000596,qxjqmoorcpq7zk4,under tail color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
68,1003258.0,19883.59999999404,qxjqmoorcpq7zk4,back pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Solid', 'x': 0, 'y': 90}]",3548
70,1014323.0,11061.59999999404,qxjqmoorcpq7zk4,belly pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",3548
72,1024963.0,10636.5,qxjqmoorcpq7zk4,throat color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
74,1036053.0,11086.09999999404,qxjqmoorcpq7zk4,breast color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
76,1047932.0,11875.59999999404,qxjqmoorcpq7zk4,shape,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Gull-like', 'x': 0, 'y': 100}]",3548
78,1066924.0,18988.59999999404,qxjqmoorcpq7zk4,tail shape,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 90}, {'label': 'Rounded tail', 'x': 1, 'y': 90}]",3548
80,1081694.0,14765.09999999404,qxjqmoorcpq7zk4,upperparts color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 99}]",3548
82,1102627.0,20930.20000001788,qxjqmoorcpq7zk4,bill shape,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Hooked seabird', 'x': 0, 'y': 100}]",3548
84,1119875.0,17245.09999999404,qxjqmoorcpq7zk4,size,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 81}, {'label': 'Large (16 - 32 in)', 'x': 1, 'y': 70}]",3548
86,1139491.0,19613.30000001192,qxjqmoorcpq7zk4,wing pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 90}]",3548
88,1154907.0,15412.40000000596,qxjqmoorcpq7zk4,bill color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Orange', 'x': 0, 'y': 100}]",3548
90,1164379.0,9468.80000001192,qxjqmoorcpq7zk4,eye color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",3548
92,1178083.0,13700.399999976158,qxjqmoorcpq7zk4,nape color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
94,1188444.0,10357.0,qxjqmoorcpq7zk4,belly color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
96,1218324.0,29877.0,qxjqmoorcpq7zk4,wing shape,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Long-wings', 'x': 0, 'y': 61}, {'label': 'Pointed-wings', 'x': 1, 'y': 90}, {'label': 'Tapered-wings', 'x': 2, 'y': 90}]",3548
98,1227771.0,9443.09999999404,qxjqmoorcpq7zk4,primary color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
100,1240107.0,12332.5,qxjqmoorcpq7zk4,bill length,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 100}]",3548
102,1253236.0,13125.5,qxjqmoorcpq7zk4,crown color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
104,1262171.0,8932.0,qxjqmoorcpq7zk4,tail pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",3548
106,1272716.0,10541.19999998808,qxjqmoorcpq7zk4,forehead color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",3548
108,1282034.0,9315.69999998808,qxjqmoorcpq7zk4,breast pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",3548
110,1306883.0,24845.80000001192,qxjqmoorcpq7zk4,head pattern,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",3548
112,1326021.0,19132.80000001192,qxjqmoorcpq7zk4,back color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'White', 'x': 0, 'y': 60}]",3548
114,1338404.0,12379.30000001192,qxjqmoorcpq7zk4,leg color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Orange', 'x': 0, 'y': 100}]",3548
116,1359091.0,20683.0,qxjqmoorcpq7zk4,wing color,062.Herring_Gull/Herring_Gull_0037_48655.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 100}, {'label': 'White', 'x': 2, 'y': 60}]",3548
6,290402.0,36873.90000003576,6s62x3nc3nug7s8,eye color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Yellow', 'x': 0, 'y': 100}]",546
8,309592.0,19174.69999998808,6s62x3nc3nug7s8,back color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
10,319185.0,9581.0,6s62x3nc3nug7s8,wing color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
12,329445.0,10246.900000035765,6s62x3nc3nug7s8,leg color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
14,346410.0,16952.400000035763,6s62x3nc3nug7s8,underparts color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
16,356966.0,10542.5,6s62x3nc3nug7s8,breast color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
18,370811.0,13833.100000023842,6s62x3nc3nug7s8,throat color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
20,387496.0,16669.900000035763,6s62x3nc3nug7s8,primary color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
22,440721.0,53213.0,6s62x3nc3nug7s8,shape,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Sandpiper-like', 'x': 0, 'y': 50}, {'label': 'Swallow-like', 'x': 1, 'y': 50}]",546
24,454786.0,14051.099999964235,6s62x3nc3nug7s8,belly pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",546
26,501744.0,46946.30000001192,6s62x3nc3nug7s8,wing shape,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}, {'label': 'Tapered-wings', 'x': 1, 'y': 50}]",546
28,520897.0,19138.89999997616,6s62x3nc3nug7s8,crown color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
30,546294.0,25385.29999995232,6s62x3nc3nug7s8,bill shape,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 82}]",546
32,556093.0,9788.100000023842,6s62x3nc3nug7s8,nape color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
34,571442.0,15335.80000001192,6s62x3nc3nug7s8,wing pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",546
36,585219.0,13764.69999998808,6s62x3nc3nug7s8,forehead color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
38,596824.0,11591.69999998808,6s62x3nc3nug7s8,under tail color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
40,649848.0,53014.70000004768,6s62x3nc3nug7s8,size,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 10}, {'label': 'Medium (9 - 16 in)', 'x': 1, 'y': 62}, {'label': 'Large (16 - 32 in)', 'x': 2, 'y': 32}]",546
42,670777.0,20919.80000001192,6s62x3nc3nug7s8,bill length,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 50}, {'label': 'Shorter than head', 'x': 1, 'y': 50}]",546
44,681539.0,10750.30000001192,6s62x3nc3nug7s8,upper tail color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
46,701541.0,19991.80000001192,6s62x3nc3nug7s8,head pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",546
48,713564.0,12010.5,6s62x3nc3nug7s8,upperparts color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
50,732638.0,19064.200000047684,6s62x3nc3nug7s8,tail shape,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Rounded tail', 'x': 0, 'y': 50}, {'label': 'Squared tail', 'x': 1, 'y': 50}]",546
52,743389.0,10739.700000047684,6s62x3nc3nug7s8,back pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",546
54,783841.0,40439.89999997616,6s62x3nc3nug7s8,bill color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Yellow', 'x': 2, 'y': 50}]",546
56,795323.0,11473.5,6s62x3nc3nug7s8,belly color,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",546
58,808913.0,13577.899999976158,6s62x3nc3nug7s8,tail pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",546
60,830951.0,22025.59999996424,6s62x3nc3nug7s8,breast pattern,011.Rusty_Blackbird/Rusty_Blackbird_0055_6923.jpg,"[{'label': 'Solid', 'x': 0, 'y': 91}, {'label': 'Spotted', 'x': 1, 'y': 6}]",546
62,850294.0,19331.0,6s62x3nc3nug7s8,belly pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",2957
64,874282.0,23975.5,6s62x3nc3nug7s8,head pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Striped', 'x': 0, 'y': 86}]",2957
66,889626.0,15330.900000035765,6s62x3nc3nug7s8,tail shape,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}, {'label': 'Rounded tail', 'x': 1, 'y': 50}]",2957
68,933662.0,44022.80000001192,6s62x3nc3nug7s8,throat color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Brown', 'x': 0, 'y': 7}, {'label': 'Grey', 'x': 1, 'y': 75}, {'label': 'White', 'x': 2, 'y': 90}]",2957
70,944308.0,10634.100000023842,6s62x3nc3nug7s8,shape,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Duck-like', 'x': 0, 'y': 100}]",2957
72,960102.0,15780.100000023842,6s62x3nc3nug7s8,back color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}]",2957
74,972512.0,12397.30000001192,6s62x3nc3nug7s8,wing pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",2957
76,990661.0,18136.80000001192,6s62x3nc3nug7s8,eye color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}]",2957
78,1008731.0,18057.10000002384,6s62x3nc3nug7s8,forehead color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 97}, {'label': 'Brown', 'x': 1, 'y': 50}]",2957
80,1030021.0,21276.89999997616,6s62x3nc3nug7s8,primary color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 70}, {'label': 'Brown', 'x': 1, 'y': 90}, {'label': 'White', 'x': 2, 'y': 50}]",2957
82,1043315.0,13281.30000001192,6s62x3nc3nug7s8,nape color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Brown', 'x': 0, 'y': 94}]",2957
84,1063779.0,20447.89999997616,6s62x3nc3nug7s8,breast color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 82}, {'label': 'Brown', 'x': 1, 'y': 82}]",2957
86,1082845.0,19054.09999996424,6s62x3nc3nug7s8,back pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",2957
88,1150299.0,67443.89999997616,6s62x3nc3nug7s8,size,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 89}, {'label': 'Large (16 - 32 in)', 'x': 1, 'y': 50}]",2957
90,1161978.0,11666.19999998808,6s62x3nc3nug7s8,bill length,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",2957
92,1177136.0,15146.30000001192,6s62x3nc3nug7s8,bill shape,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 50}]",2957
94,1190838.0,13687.899999976158,6s62x3nc3nug7s8,wing color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",2957
96,1204751.0,13900.69999998808,6s62x3nc3nug7s8,wing shape,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}, {'label': 'Rounded-wings', 'x': 1, 'y': 50}, {'label': 'Tapered-wings', 'x': 2, 'y': 50}]",2957
98,1225992.0,21229.59999996424,6s62x3nc3nug7s8,upperparts color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 24}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 25}, {'label': 'White', 'x': 3, 'y': 50}]",2957
100,1237712.0,11706.30000001192,6s62x3nc3nug7s8,under tail color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'White', 'x': 0, 'y': 88}]",2957
102,1251435.0,13711.19999998808,6s62x3nc3nug7s8,crown color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 95}, {'label': 'Brown', 'x': 1, 'y': 81}]",2957
104,1266487.0,15042.400000035765,6s62x3nc3nug7s8,tail pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 46}]",2957
106,1293950.0,27448.80000001192,6s62x3nc3nug7s8,belly color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 28}, {'label': 'Brown', 'x': 1, 'y': 69}, {'label': 'Grey', 'x': 2, 'y': 27}, {'label': 'White', 'x': 3, 'y': 78}]",2957
108,1360967.0,67003.39999997616,6s62x3nc3nug7s8,leg color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Orange', 'x': 0, 'y': 89}, {'label': 'Yellow', 'x': 1, 'y': 88}]",2957
110,1370997.0,10017.69999998808,6s62x3nc3nug7s8,breast pattern,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 50}, {'label': 'Striped', 'x': 1, 'y': 50}]",2957
112,1385129.0,14119.19999998808,6s62x3nc3nug7s8,upper tail color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'White', 'x': 3, 'y': 50}]",2957
114,1395697.0,10554.599999964235,6s62x3nc3nug7s8,underparts color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'White', 'x': 3, 'y': 50}]",2957
116,1412392.0,16682.69999998808,6s62x3nc3nug7s8,bill color,052.Pied_billed_Grebe/Pied_Billed_Grebe_0013_35882.jpg,"[{'label': 'Black', 'x': 0, 'y': 94}, {'label': 'Brown', 'x': 1, 'y': 85}]",2957
6,193171.0,28620.0,6lk9c9v39jaupyb,tail pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}, {'label': 'Striped', 'x': 1, 'y': 67}]",9233
8,234827.0,41653.0,6lk9c9v39jaupyb,breast color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 24}, {'label': 'Buff', 'x': 1, 'y': 94}, {'label': 'Orange', 'x': 2, 'y': 5}, {'label': 'Rufous', 'x': 3, 'y': 7}]",9233
10,246698.0,11868.0,6lk9c9v39jaupyb,breast pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",9233
12,289405.0,42705.0,6lk9c9v39jaupyb,leg color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 86}, {'label': 'Buff', 'x': 1, 'y': 6}, {'label': 'Rufous', 'x': 2, 'y': 67}]",9233
14,321084.0,31676.0,6lk9c9v39jaupyb,size,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 83}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 17}]",9233
16,385734.0,64644.0,6lk9c9v39jaupyb,back color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Brown', 'x': 1, 'y': 88}, {'label': 'Buff', 'x': 2, 'y': 16}, {'label': 'Olive', 'x': 3, 'y': 25}, {'label': 'Rufous', 'x': 4, 'y': 20}, {'label': 'White', 'x': 5, 'y': 100}]",9233
18,432320.0,46582.0,6lk9c9v39jaupyb,wing color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'Brown', 'x': 1, 'y': 87}, {'label': 'Buff', 'x': 2, 'y': 11}, {'label': 'Olive', 'x': 3, 'y': 30}, {'label': 'Rufous', 'x': 4, 'y': 60}, {'label': 'White', 'x': 5, 'y': 100}]",9233
20,459068.0,26737.0,6lk9c9v39jaupyb,throat color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 18}, {'label': 'Buff', 'x': 1, 'y': 86}, {'label': 'Rufous', 'x': 2, 'y': 16}]",9233
22,477676.0,18602.0,6lk9c9v39jaupyb,eye color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",9233
24,533018.0,55339.0,6lk9c9v39jaupyb,bill shape,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Cone', 'x': 0, 'y': 83}, {'label': 'Needle', 'x': 1, 'y': 13}]",9233
26,655249.0,122225.0,6lk9c9v39jaupyb,shape,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 93}]",9233
28,665765.0,10512.0,6lk9c9v39jaupyb,bill length,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",9233
30,696600.0,30830.0,6lk9c9v39jaupyb,crown color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 82}, {'label': 'Buff', 'x': 1, 'y': 14}, {'label': 'Olive', 'x': 2, 'y': 20}, {'label': 'Rufous', 'x': 3, 'y': 11}]",9233
32,717024.0,20422.0,6lk9c9v39jaupyb,bill color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 67}, {'label': 'Purple', 'x': 1, 'y': 57}]",9233
34,734680.0,17649.0,6lk9c9v39jaupyb,primary color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 35}, {'label': 'Buff', 'x': 1, 'y': 80}, {'label': 'Rufous', 'x': 2, 'y': 18}]",9233
36,764864.0,30180.0,6lk9c9v39jaupyb,upper tail color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 64}, {'label': 'Buff', 'x': 1, 'y': 69}, {'label': 'Olive', 'x': 2, 'y': 24}, {'label': 'Rufous', 'x': 3, 'y': 38}]",9233
38,786164.0,21292.0,6lk9c9v39jaupyb,forehead color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 61}, {'label': 'Olive', 'x': 1, 'y': 39}, {'label': 'Rufous', 'x': 2, 'y': 64}]",9233
40,811479.0,25311.0,6lk9c9v39jaupyb,head pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Plain', 'x': 0, 'y': 88}, {'label': 'Striped', 'x': 1, 'y': 13}]",9233
42,830723.0,19242.0,6lk9c9v39jaupyb,back pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 25}, {'label': 'Solid', 'x': 1, 'y': 72}, {'label': 'Striped', 'x': 2, 'y': 29}]",9233
44,847190.0,16457.0,6lk9c9v39jaupyb,wing shape,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 82}, {'label': 'Rounded-wings', 'x': 1, 'y': 19}]",9233
46,924271.0,77078.0,6lk9c9v39jaupyb,underparts color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 8}, {'label': 'Buff', 'x': 1, 'y': 90}, {'label': 'Olive', 'x': 2, 'y': 20}, {'label': 'Rufous', 'x': 3, 'y': 10}]",9233
48,941913.0,17638.0,6lk9c9v39jaupyb,under tail color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 12}, {'label': 'Buff', 'x': 1, 'y': 88}, {'label': 'Olive', 'x': 2, 'y': 19}, {'label': 'Rufous', 'x': 3, 'y': 10}]",9233
50,962676.0,20757.0,6lk9c9v39jaupyb,upperparts color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 88}, {'label': 'Buff', 'x': 1, 'y': 29}, {'label': 'Olive', 'x': 2, 'y': 23}, {'label': 'Rufous', 'x': 3, 'y': 52}]",9233
52,978847.0,16167.0,6lk9c9v39jaupyb,belly color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Buff', 'x': 0, 'y': 91}, {'label': 'Rufous', 'x': 1, 'y': 15}]",9233
54,994593.0,15740.0,6lk9c9v39jaupyb,wing pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}, {'label': 'Striped', 'x': 1, 'y': 100}]",9233
56,1002547.0,7949.0,6lk9c9v39jaupyb,belly pattern,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",9233
58,1032654.0,30103.0,6lk9c9v39jaupyb,nape color,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'Buff', 'x': 1, 'y': 15}, {'label': 'Olive', 'x': 2, 'y': 12}, {'label': 'Rufous', 'x': 3, 'y': 70}]",9233
60,1070019.0,37360.0,6lk9c9v39jaupyb,tail shape,158.Bay_breasted_Warbler/Bay_Breasted_Warbler_0080_159749.jpg,"[{'label': 'Forked tail', 'x': 0, 'y': 6}, {'label': 'Notched tail', 'x': 1, 'y': 6}, {'label': 'Pointed tail', 'x': 2, 'y': 18}, {'label': 'Rounded tail', 'x': 3, 'y': 31}, {'label': 'Squared tail', 'x': 4, 'y': 87}]",9233
62,1095032.0,25010.0,6lk9c9v39jaupyb,underparts color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 100}]",5927
64,1105928.0,10893.0,6lk9c9v39jaupyb,bill length,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",5927
66,1129406.0,23474.0,6lk9c9v39jaupyb,wing pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 11}, {'label': 'Solid', 'x': 1, 'y': 95}, {'label': 'Striped', 'x': 2, 'y': 11}]",5927
68,1151937.0,22527.0,6lk9c9v39jaupyb,back pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 12}, {'label': 'Solid', 'x': 1, 'y': 90}, {'label': 'Spotted', 'x': 2, 'y': 8}, {'label': 'Striped', 'x': 3, 'y': 8}]",5927
70,1164063.0,12119.0,6lk9c9v39jaupyb,belly color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 100}]",5927
72,1178896.0,14830.0,6lk9c9v39jaupyb,upper tail color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 74}]",5927
74,1192488.0,13590.0,6lk9c9v39jaupyb,breast pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",5927
76,1203293.0,10796.0,6lk9c9v39jaupyb,head pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Plain', 'x': 0, 'y': 100}]",5927
78,1247349.0,44051.0,6lk9c9v39jaupyb,leg color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Black', 'x': 0, 'y': 42}, {'label': 'Brown', 'x': 1, 'y': 43}, {'label': 'Buff', 'x': 2, 'y': 43}, {'label': 'Grey', 'x': 3, 'y': 42}, {'label': 'Orange', 'x': 4, 'y': 40}, {'label': 'Rufous', 'x': 5, 'y': 41}, {'label': 'White', 'x': 6, 'y': 42}]",5927
80,1258261.0,10908.0,6lk9c9v39jaupyb,bill color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
82,1264734.0,6470.0,6lk9c9v39jaupyb,crown color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
84,1278129.0,13394.0,6lk9c9v39jaupyb,upperparts color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 46}]",5927
86,1291701.0,13566.0,6lk9c9v39jaupyb,wing color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 85}]",5927
88,1304158.0,12454.0,6lk9c9v39jaupyb,belly pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5927
90,1315664.0,11503.0,6lk9c9v39jaupyb,tail shape,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 100}]",5927
92,1324581.0,8912.0,6lk9c9v39jaupyb,forehead color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
94,1332592.0,8007.0,6lk9c9v39jaupyb,eye color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",5927
96,1342392.0,9796.0,6lk9c9v39jaupyb,tail pattern,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5927
98,1352786.0,10390.0,6lk9c9v39jaupyb,breast color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 92}]",5927
100,1359444.0,6650.0,6lk9c9v39jaupyb,nape color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
102,1380268.0,20821.0,6lk9c9v39jaupyb,size,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 79}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 83}, {'label': 'Medium (9 - 16 in)', 'x': 2, 'y': 21}]",5927
104,1391328.0,11056.0,6lk9c9v39jaupyb,under tail color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 62}]",5927
106,1399167.0,7836.0,6lk9c9v39jaupyb,throat color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
108,1409412.0,10242.0,6lk9c9v39jaupyb,back color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 64}]",5927
110,1420596.0,11180.0,6lk9c9v39jaupyb,bill shape,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Cone', 'x': 0, 'y': 92}, {'label': 'Needle', 'x': 1, 'y': 30}]",5927
112,1428687.0,8088.0,6lk9c9v39jaupyb,primary color,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",5927
114,1439967.0,11276.0,6lk9c9v39jaupyb,shape,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 95}]",5927
116,1456794.0,16820.0,6lk9c9v39jaupyb,wing shape,102.Western_Wood_Pewee/Western_Wood_Pewee_0037_98127.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 94}, {'label': 'Tapered-wings', 'x': 1, 'y': 12}]",5927
6,240067.0,34604.199999928474,dzve555aerk21nl,size,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 57}]",1761
8,259707.0,19633.60000002384,dzve555aerk21nl,breast pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Solid', 'x': 0, 'y': 78}]",1761
10,326285.0,66571.90000009537,dzve555aerk21nl,shape,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Perching-like', 'x': 0, 'y': 90}, {'label': 'Swallow-like', 'x': 1, 'y': 34}]",1761
12,351835.0,25544.30000007153,dzve555aerk21nl,belly color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Grey', 'x': 0, 'y': 19}, {'label': 'White', 'x': 1, 'y': 100}]",1761
14,374907.0,23065.700000047684,dzve555aerk21nl,leg color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Blue', 'x': 0, 'y': 44}, {'label': 'Grey', 'x': 1, 'y': 45}]",1761
16,394468.0,19556.10000002384,dzve555aerk21nl,tail pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Solid', 'x': 0, 'y': 88}, {'label': 'Striped', 'x': 1, 'y': 10}]",1761
18,408257.0,13784.600000023842,dzve555aerk21nl,back pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Solid', 'x': 0, 'y': 65}, {'label': 'Spotted', 'x': 1, 'y': 36}]",1761
20,426732.0,18470.5,dzve555aerk21nl,bill shape,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 76}, {'label': 'Hooked', 'x': 1, 'y': 30}]",1761
22,441044.0,14306.5,dzve555aerk21nl,belly pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Solid', 'x': 0, 'y': 65}, {'label': 'Spotted', 'x': 1, 'y': 23}]",1761
24,454381.0,13331.600000023842,dzve555aerk21nl,throat color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'White', 'x': 0, 'y': 100}]",1761
26,466180.0,11793.699999928474,dzve555aerk21nl,under tail color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 69}]",1761
28,481558.0,15370.899999976158,dzve555aerk21nl,bill color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Blue', 'x': 0, 'y': 76}, {'label': 'Grey', 'x': 1, 'y': 27}]",1761
30,492690.0,11126.600000023842,dzve555aerk21nl,upper tail color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 81}]",1761
32,568082.0,75386.69999992847,dzve555aerk21nl,head pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Striped', 'x': 0, 'y': 66}, {'label': 'Unique pattern', 'x': 1, 'y': 47}]",1761
34,589924.0,21837.10000002384,dzve555aerk21nl,back color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Black', 'x': 0, 'y': 29}, {'label': 'Brown', 'x': 1, 'y': 87}]",1761
36,604512.0,14582.200000047684,dzve555aerk21nl,primary color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'White', 'x': 1, 'y': 18}]",1761
38,614013.0,9495.5,dzve555aerk21nl,nape color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 100}]",1761
40,629397.0,15378.899999976158,dzve555aerk21nl,wing color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Black', 'x': 0, 'y': 39}, {'label': 'Brown', 'x': 1, 'y': 90}]",1761
42,682492.0,53088.79999995232,dzve555aerk21nl,upperparts color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 94}]",1761
44,696865.0,14368.399999976158,dzve555aerk21nl,crown color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Brown', 'x': 0, 'y': 79}, {'label': 'Grey', 'x': 1, 'y': 81}]",1761
46,714953.0,18082.0,dzve555aerk21nl,breast color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Grey', 'x': 0, 'y': 33}, {'label': 'White', 'x': 1, 'y': 100}]",1761
48,735172.0,20214.79999995232,dzve555aerk21nl,wing pattern,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 79}, {'label': 'Striped', 'x': 1, 'y': 46}]",1761
50,764267.0,29088.200000047684,dzve555aerk21nl,bill length,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 98}]",1761
52,794587.0,30314.79999995232,dzve555aerk21nl,tail shape,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Rounded tail', 'x': 0, 'y': 81}]",1761
54,839910.0,45317.59999990463,dzve555aerk21nl,wing shape,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 47}, {'label': 'Tapered-wings', 'x': 1, 'y': 90}]",1761
56,851504.0,11587.600000023842,dzve555aerk21nl,underparts color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'White', 'x': 0, 'y': 92}]",1761
58,870368.0,18858.700000047684,dzve555aerk21nl,forehead color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Grey', 'x': 0, 'y': 93}, {'label': 'White', 'x': 1, 'y': 40}]",1761
60,893135.0,22761.0,dzve555aerk21nl,eye color,031.Black_billed_Cuckoo/Black_Billed_Cuckoo_0007_26320.jpg,"[{'label': 'Black', 'x': 0, 'y': 18}, {'label': 'Red', 'x': 1, 'y': 90}]",1761
62,914758.0,21617.80000007153,dzve555aerk21nl,nape color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 70}, {'label': 'White', 'x': 1, 'y': 100}]",4731
64,931220.0,16456.299999952316,dzve555aerk21nl,tail pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Solid', 'x': 0, 'y': 61}]",4731
66,945906.0,14680.100000023842,dzve555aerk21nl,underparts color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 45}, {'label': 'White', 'x': 1, 'y': 94}]",4731
68,965415.0,19502.60000002384,dzve555aerk21nl,belly pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Solid', 'x': 0, 'y': 68}, {'label': 'Spotted', 'x': 1, 'y': 77}]",4731
70,1006407.0,40986.29999995232,dzve555aerk21nl,upper tail color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 96}]",4731
72,1050424.0,44011.0,dzve555aerk21nl,wing shape,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Rounded-wings', 'x': 0, 'y': 85}]",4731
74,1065221.0,14791.700000047684,dzve555aerk21nl,belly color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 49}, {'label': 'White', 'x': 1, 'y': 100}]",4731
76,1157527.0,92301.39999997616,dzve555aerk21nl,bill shape,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Dagger', 'x': 0, 'y': 90}, {'label': 'Needle', 'x': 1, 'y': 74}]",4731
78,1184578.0,27045.89999997616,dzve555aerk21nl,breast color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 59}, {'label': 'White', 'x': 1, 'y': 96}]",4731
80,1204036.0,19453.60000002384,dzve555aerk21nl,crown color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}, {'label': 'White', 'x': 1, 'y': 36}]",4731
82,1224089.0,20046.200000047684,dzve555aerk21nl,back color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 94}, {'label': 'White', 'x': 1, 'y': 53}]",4731
84,1264263.0,40166.60000002384,dzve555aerk21nl,bill length,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 50}, {'label': 'Longer than head', 'x': 1, 'y': 90}]",4731
86,1286787.0,22518.89999997616,dzve555aerk21nl,forehead color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}, {'label': 'White', 'x': 1, 'y': 57}]",4731
88,1300970.0,14178.700000047684,dzve555aerk21nl,size,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 78}]",4731
90,1320154.0,19179.200000047684,dzve555aerk21nl,breast pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 78}, {'label': 'Spotted', 'x': 1, 'y': 36}]",4731
92,1339830.0,19671.0,dzve555aerk21nl,leg color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4731
94,1357032.0,17195.399999976158,dzve555aerk21nl,back pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 100}]",4731
96,1373127.0,16089.800000071526,dzve555aerk21nl,primary color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 95}, {'label': 'White', 'x': 1, 'y': 48}]",4731
98,1384464.0,11332.300000071526,dzve555aerk21nl,eye color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4731
100,1402908.0,18438.60000002384,dzve555aerk21nl,throat color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'White', 'x': 0, 'y': 99}]",4731
102,1453097.0,50182.300000071526,dzve555aerk21nl,shape,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Perching-like', 'x': 0, 'y': 60}, {'label': 'Sandpiper-like', 'x': 1, 'y': 65}]",4731
104,1463178.0,10074.900000095367,dzve555aerk21nl,bill color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",4731
106,1534609.0,71427.0,dzve555aerk21nl,tail shape,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Rounded tail', 'x': 0, 'y': 96}]",4731
108,1616674.0,82057.09999990463,dzve555aerk21nl,head pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Crested', 'x': 0, 'y': 85}, {'label': 'Striped', 'x': 1, 'y': 74}]",4731
110,1633507.0,16828.399999976158,dzve555aerk21nl,wing pattern,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 93}, {'label': 'Spotted', 'x': 1, 'y': 97}]",4731
112,1647892.0,14375.200000047684,dzve555aerk21nl,upperparts color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 36}, {'label': 'White', 'x': 1, 'y': 100}]",4731
114,1661553.0,13655.699999928474,dzve555aerk21nl,under tail color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 54}, {'label': 'White', 'x': 1, 'y': 54}]",4731
116,1678307.0,16750.200000047684,dzve555aerk21nl,wing color,081.Pied_Kingfisher/Pied_Kingfisher_0018_71657.jpg,"[{'label': 'Black', 'x': 0, 'y': 78}, {'label': 'White', 'x': 1, 'y': 83}]",4731
20,526207.0,26206.5,db5kn2xoezk1dtp,tail pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",6928
22,575974.0,49757.0,db5kn2xoezk1dtp,upperparts color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Brown', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Olive', 'x': 2, 'y': 50}, {'label': 'Orange', 'x': 3, 'y': 50}]",6928
24,591885.0,15902.800000000743,db5kn2xoezk1dtp,upper tail color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Olive', 'x': 0, 'y': 50}]",6928
26,615278.0,23384.5,db5kn2xoezk1dtp,forehead color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Rufous', 'x': 0, 'y': 50}]",6928
28,637416.0,22131.099999997765,db5kn2xoezk1dtp,head pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Eyering', 'x': 0, 'y': 50}]",6928
30,655355.0,17931.79999999702,db5kn2xoezk1dtp,belly pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",6928
32,682708.0,27343.599999997765,db5kn2xoezk1dtp,back color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 50}]",6928
34,694381.0,11664.10000000149,db5kn2xoezk1dtp,leg color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}]",6928
36,719468.0,25078.900000002235,db5kn2xoezk1dtp,bill color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Buff', 'x': 0, 'y': 50}, {'label': 'Olive', 'x': 1, 'y': 50}, {'label': 'Rufous', 'x': 2, 'y': 50}]",6928
38,741020.0,21544.0,db5kn2xoezk1dtp,back pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",6928
40,758171.0,17144.199999999255,db5kn2xoezk1dtp,crown color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",6928
42,778003.0,19824.400000002235,db5kn2xoezk1dtp,size,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 50}]",6928
44,788260.0,10247.60000000149,db5kn2xoezk1dtp,eye color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}]",6928
46,810447.0,22179.19999999925,db5kn2xoezk1dtp,under tail color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",6928
48,820937.0,10481.89999999851,db5kn2xoezk1dtp,throat color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'White', 'x': 0, 'y': 50}]",6928
50,839754.0,18809.0,db5kn2xoezk1dtp,breast pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",6928
52,849744.0,9987.0,db5kn2xoezk1dtp,wing pattern,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",6928
54,872133.0,22381.800000000745,db5kn2xoezk1dtp,wing shape,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 50}]",6928
56,902185.0,30044.0,db5kn2xoezk1dtp,belly color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",6928
58,934800.0,32601.10000000149,db5kn2xoezk1dtp,primary color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Buff', 'x': 1, 'y': 50}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'Olive', 'x': 3, 'y': 50}]",6928
60,970051.0,35246.70000000298,db5kn2xoezk1dtp,shape,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Hawk-like', 'x': 0, 'y': 50}]",6928
62,1051204.0,81138.80000000075,db5kn2xoezk1dtp,nape color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Olive', 'x': 0, 'y': 50}]",6928
64,1079946.0,28735.0,db5kn2xoezk1dtp,tail shape,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Forked tail', 'x': 0, 'y': 50}]",6928
66,1106959.0,27003.0,db5kn2xoezk1dtp,wing color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Buff', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'Olive', 'x': 2, 'y': 50}]",6928
68,1130814.0,23847.5,db5kn2xoezk1dtp,bill shape,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Specialized', 'x': 0, 'y': 50}]",6928
70,1146020.0,15195.800000000743,db5kn2xoezk1dtp,underparts color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'White', 'x': 0, 'y': 50}]",6928
72,1154230.0,8202.0,db5kn2xoezk1dtp,breast color,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'White', 'x': 0, 'y': 50}]",6928
74,1180332.0,26095.10000000149,db5kn2xoezk1dtp,bill length,119.Field_Sparrow/Field_Sparrow_0035_113479.jpg,"[{'label': 'Longer than head', 'x': 0, 'y': 50}]",6928
76,1217502.0,37159.89999999851,db5kn2xoezk1dtp,primary color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",2211
78,1233694.0,16185.0,db5kn2xoezk1dtp,under tail color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Olive', 'x': 0, 'y': 50}]",2211
80,1244639.0,10937.099999997765,db5kn2xoezk1dtp,crown color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Olive', 'x': 0, 'y': 50}]",2211
82,1263954.0,19307.800000000745,db5kn2xoezk1dtp,belly pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",2211
84,1283454.0,19493.10000000149,db5kn2xoezk1dtp,belly color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",2211
86,1292792.0,9330.5,db5kn2xoezk1dtp,nape color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",2211
88,1318006.0,25206.70000000298,db5kn2xoezk1dtp,shape,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Chicken-like-marsh', 'x': 0, 'y': 50}]",2211
90,1326993.0,8978.599999997765,db5kn2xoezk1dtp,upper tail color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",2211
92,1350061.0,23057.0,db5kn2xoezk1dtp,throat color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",2211
94,1371943.0,21873.89999999851,db5kn2xoezk1dtp,bill color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",2211
96,1398363.0,26412.60000000149,db5kn2xoezk1dtp,bill length,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 50}]",2211
98,1410103.0,11730.300000000743,db5kn2xoezk1dtp,back color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",2211
100,1420089.0,9978.599999997765,db5kn2xoezk1dtp,tail pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",2211
102,1432717.0,12621.89999999851,db5kn2xoezk1dtp,tail shape,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}]",2211
104,1449354.0,16628.800000000745,db5kn2xoezk1dtp,upperparts color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",2211
106,1474381.0,25019.39999999851,db5kn2xoezk1dtp,size,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 50}]",2211
108,1497385.0,22997.5,db5kn2xoezk1dtp,head pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 50}, {'label': 'Unique pattern', 'x': 1, 'y': 50}]",2211
110,1515450.0,18058.10000000149,db5kn2xoezk1dtp,wing shape,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 50}]",2211
112,1530877.0,15419.89999999851,db5kn2xoezk1dtp,breast color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",2211
114,1544397.0,13512.39999999851,db5kn2xoezk1dtp,breast pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}]",2211
116,1555943.0,11538.599999997765,db5kn2xoezk1dtp,eye color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}]",2211
118,1571104.0,15152.699999999257,db5kn2xoezk1dtp,bill shape,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Cone', 'x': 0, 'y': 50}]",2211
120,1581456.0,10348.300000000743,db5kn2xoezk1dtp,back pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",2211
122,1598504.0,17039.400000002235,db5kn2xoezk1dtp,underparts color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",2211
124,1606560.0,8048.0,db5kn2xoezk1dtp,leg color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}]",2211
126,1620175.0,13608.10000000149,db5kn2xoezk1dtp,forehead color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}]",2211
128,1635738.0,15555.20000000298,db5kn2xoezk1dtp,wing color,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",2211
130,1644614.0,8863.5,db5kn2xoezk1dtp,wing pattern,039.Least_Flycatcher/Least_Flycatcher_0005_30142.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}]",2211
6,693329.0,55797.0,gokdtdcu6b4rwo7,belly color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Green', 'x': 0, 'y': 50}, {'label': 'Iridescent', 'x': 1, 'y': 22}, {'label': 'Olive', 'x': 2, 'y': 80}]",5707
8,1090750.0,397403.0,gokdtdcu6b4rwo7,underparts color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Olive', 'x': 0, 'y': 94}]",5707
10,1114146.0,23392.0,gokdtdcu6b4rwo7,wing shape,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Long-wings', 'x': 0, 'y': 60}, {'label': 'Pointed-wings', 'x': 1, 'y': 92}]",5707
12,1132327.0,18176.0,gokdtdcu6b4rwo7,bill length,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",5707
14,1146338.0,14007.0,gokdtdcu6b4rwo7,upper tail color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Olive', 'x': 0, 'y': 91}]",5707
16,1180307.0,33963.0,gokdtdcu6b4rwo7,upperparts color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",5707
18,1197802.0,17490.0,gokdtdcu6b4rwo7,bill shape,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Cone', 'x': 0, 'y': 93}]",5707
20,1212993.0,15187.0,gokdtdcu6b4rwo7,wing pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 91}]",5707
22,1321449.0,108448.0,gokdtdcu6b4rwo7,eye color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 91}]",5707
24,1348242.0,26788.0,gokdtdcu6b4rwo7,shape,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Hummingbird-like', 'x': 0, 'y': 83}]",5707
26,1879578.0,531318.0,gokdtdcu6b4rwo7,primary color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Green', 'x': 0, 'y': 80}, {'label': 'Olive', 'x': 1, 'y': 98}]",5707
28,1896420.0,16837.0,gokdtdcu6b4rwo7,back pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Striped', 'x': 0, 'y': 63}]",5707
30,1915150.0,18726.0,gokdtdcu6b4rwo7,throat color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 82}, {'label': 'Grey', 'x': 1, 'y': 23}]",5707
32,1990158.0,75002.0,gokdtdcu6b4rwo7,belly pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5707
34,2003167.0,13005.0,gokdtdcu6b4rwo7,tail shape,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 95}]",5707
36,2028105.0,24934.0,gokdtdcu6b4rwo7,forehead color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 81}, {'label': 'Grey', 'x': 1, 'y': 23}]",5707
38,2041195.0,13084.0,gokdtdcu6b4rwo7,crown color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 87}, {'label': 'Grey', 'x': 1, 'y': 28}]",5707
40,2052340.0,11142.0,gokdtdcu6b4rwo7,under tail color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Olive', 'x': 0, 'y': 86}]",5707
42,2070837.0,18491.0,gokdtdcu6b4rwo7,wing color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Grey', 'x': 0, 'y': 85}, {'label': 'White', 'x': 1, 'y': 34}]",5707
44,2094134.0,23293.0,gokdtdcu6b4rwo7,breast color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Green', 'x': 0, 'y': 56}, {'label': 'Grey', 'x': 1, 'y': 30}, {'label': 'Olive', 'x': 2, 'y': 82}]",5707
46,2132048.0,37908.0,gokdtdcu6b4rwo7,head pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Masked', 'x': 0, 'y': 1}, {'label': 'Plain', 'x': 1, 'y': 70}]",5707
48,2186238.0,54185.0,gokdtdcu6b4rwo7,breast pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5707
50,2198005.0,11762.0,gokdtdcu6b4rwo7,leg color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 23}, {'label': 'Grey', 'x': 1, 'y': 78}]",5707
52,2205833.0,7824.0,gokdtdcu6b4rwo7,tail pattern,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",5707
54,2329707.0,123866.0,gokdtdcu6b4rwo7,nape color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Grey', 'x': 0, 'y': 97}]",5707
56,2340333.0,10619.0,gokdtdcu6b4rwo7,bill color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",5707
58,2354485.0,14148.0,gokdtdcu6b4rwo7,back color,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Black', 'x': 0, 'y': 22}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",5707
60,2376416.0,21926.0,gokdtdcu6b4rwo7,size,098.Scott_Oriole/Scott_Oriole_0034_795813.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 91}]",5707
62,2385375.0,8954.0,gokdtdcu6b4rwo7,eye color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 82}]",11305
64,2398410.0,13030.0,gokdtdcu6b4rwo7,primary color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",11305
66,2408297.0,9883.0,gokdtdcu6b4rwo7,crown color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",11305
68,2428695.0,20393.0,gokdtdcu6b4rwo7,head pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Striped', 'x': 0, 'y': 43}]",11305
70,2442497.0,13797.0,gokdtdcu6b4rwo7,under tail color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 13}, {'label': 'White', 'x': 1, 'y': 81}]",11305
72,2449345.0,6843.0,gokdtdcu6b4rwo7,bill color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",11305
74,2466818.0,17470.0,gokdtdcu6b4rwo7,bill shape,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Cone', 'x': 0, 'y': 79}]",11305
76,2480457.0,13636.0,gokdtdcu6b4rwo7,breast pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",11305
78,2606321.0,125857.0,gokdtdcu6b4rwo7,tail shape,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 92}]",11305
80,2666305.0,59979.0,gokdtdcu6b4rwo7,breast color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Grey', 'x': 0, 'y': 24}, {'label': 'White', 'x': 1, 'y': 89}]",11305
82,2676583.0,10274.0,gokdtdcu6b4rwo7,belly color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Grey', 'x': 0, 'y': 27}, {'label': 'White', 'x': 1, 'y': 86}]",11305
84,2689919.0,13332.0,gokdtdcu6b4rwo7,back color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 90}]",11305
86,2697819.0,7895.0,gokdtdcu6b4rwo7,forehead color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",11305
88,2709942.0,12118.0,gokdtdcu6b4rwo7,leg color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 84}, {'label': 'Grey', 'x': 1, 'y': 24}]",11305
90,2727740.0,17793.0,gokdtdcu6b4rwo7,underparts color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Grey', 'x': 0, 'y': 21}, {'label': 'White', 'x': 1, 'y': 87}]",11305
92,2896372.0,168622.0,gokdtdcu6b4rwo7,upperparts color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 85}, {'label': 'Grey', 'x': 1, 'y': 16}]",11305
94,2909168.0,12792.0,gokdtdcu6b4rwo7,wing pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 100}]",11305
96,2938731.0,29559.0,gokdtdcu6b4rwo7,shape,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Hawk-like', 'x': 0, 'y': 74}]",11305
98,2951574.0,12839.0,gokdtdcu6b4rwo7,throat color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 27}, {'label': 'Grey', 'x': 1, 'y': 50}, {'label': 'White', 'x': 2, 'y': 50}]",11305
100,2962136.0,10558.0,gokdtdcu6b4rwo7,back pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Solid', 'x': 0, 'y': 82}]",11305
102,2982167.0,20027.0,gokdtdcu6b4rwo7,bill length,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 24}, {'label': 'Shorter than head', 'x': 1, 'y': 77}]",11305
104,2996898.0,14726.0,gokdtdcu6b4rwo7,wing color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 74}, {'label': 'Grey', 'x': 1, 'y': 21}, {'label': 'White', 'x': 2, 'y': 56}]",11305
106,3003947.0,7045.0,gokdtdcu6b4rwo7,belly pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",11305
108,3069746.0,65794.0,gokdtdcu6b4rwo7,tail pattern,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Solid', 'x': 0, 'y': 73}, {'label': 'Striped', 'x': 1, 'y': 36}]",11305
110,3080928.0,11178.0,gokdtdcu6b4rwo7,size,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 34}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 76}]",11305
112,3089885.0,8951.0,gokdtdcu6b4rwo7,nape color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 28}, {'label': 'White', 'x': 2, 'y': 50}]",11305
114,3106744.0,16853.0,gokdtdcu6b4rwo7,upper tail color,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Black', 'x': 0, 'y': 81}, {'label': 'Grey', 'x': 1, 'y': 18}, {'label': 'White', 'x': 2, 'y': 25}]",11305
116,3116305.0,9556.0,gokdtdcu6b4rwo7,wing shape,192.Downy_Woodpecker/Downy_Woodpecker_0039_184243.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 96}]",11305
6,429037.0,42192.5,z6oq7qgtq31822w,back color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 99}, {'label': 'White', 'x': 2, 'y': 98}]",3406
8,442838.0,13797.099999904633,z6oq7qgtq31822w,eye color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",3406
10,463226.0,20384.400000095367,z6oq7qgtq31822w,tail shape,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Pointed tail', 'x': 0, 'y': 81}]",3406
12,475635.0,12405.900000095367,z6oq7qgtq31822w,breast color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 27}, {'label': 'White', 'x': 1, 'y': 99}]",3406
14,485787.0,10148.5,z6oq7qgtq31822w,belly pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Solid', 'x': 0, 'y': 95}]",3406
16,511392.0,25602.80000019073,z6oq7qgtq31822w,leg color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 41}, {'label': 'Olive', 'x': 1, 'y': 15}]",3406
18,559148.0,47752.59999990463,z6oq7qgtq31822w,nape color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 16}, {'label': 'Grey', 'x': 1, 'y': 97}, {'label': 'White', 'x': 2, 'y': 77}]",3406
20,574845.0,15689.800000190737,z6oq7qgtq31822w,shape,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Gull-like', 'x': 0, 'y': 99}]",3406
22,590117.0,15268.599999904633,z6oq7qgtq31822w,bill length,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 16}, {'label': 'Shorter than head', 'x': 1, 'y': 87}]",3406
24,614575.0,24455.199999809265,z6oq7qgtq31822w,bill color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 86}, {'label': 'Orange', 'x': 1, 'y': 91}, {'label': 'Yellow', 'x': 2, 'y': 16}]",3406
26,630295.0,15717.0,z6oq7qgtq31822w,back pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 19}, {'label': 'Solid', 'x': 1, 'y': 81}]",3406
28,642862.0,12565.599999904633,z6oq7qgtq31822w,primary color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 26}, {'label': 'White', 'x': 1, 'y': 73}]",3406
30,661429.0,18564.099999904636,z6oq7qgtq31822w,size,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 74}, {'label': 'Large (16 - 32 in)', 'x': 1, 'y': 35}]",3406
32,682057.0,20625.299999713898,z6oq7qgtq31822w,wing pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 91}, {'label': 'Solid', 'x': 1, 'y': 10}]",3406
34,698694.0,16638.599999904633,z6oq7qgtq31822w,tail pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 49}]",3406
36,715144.0,16447.0,z6oq7qgtq31822w,upper tail color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 83}, {'label': 'Grey', 'x': 1, 'y': 15}, {'label': 'White', 'x': 2, 'y': 81}]",3406
38,729061.0,13909.400000095367,z6oq7qgtq31822w,belly color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 27}, {'label': 'White', 'x': 1, 'y': 99}]",3406
40,741915.0,12851.0,z6oq7qgtq31822w,wing color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 99}, {'label': 'White', 'x': 1, 'y': 99}]",3406
42,762735.0,20808.200000286102,z6oq7qgtq31822w,breast pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 8}, {'label': 'Solid', 'x': 1, 'y': 94}]",3406
44,792981.0,30243.0,z6oq7qgtq31822w,crown color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 21}, {'label': 'Grey', 'x': 1, 'y': 95}, {'label': 'White', 'x': 2, 'y': 97}]",3406
46,808560.0,15576.0,z6oq7qgtq31822w,forehead color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 8}, {'label': 'Grey', 'x': 1, 'y': 94}, {'label': 'White', 'x': 2, 'y': 99}]",3406
48,861616.0,53053.59999990463,z6oq7qgtq31822w,wing shape,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 83}, {'label': 'Pointed-wings', 'x': 1, 'y': 25}, {'label': 'Rounded-wings', 'x': 2, 'y': 68}]",3406
50,875416.0,13802.10000038147,z6oq7qgtq31822w,throat color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 9}, {'label': 'Grey', 'x': 1, 'y': 86}, {'label': 'White', 'x': 2, 'y': 94}]",3406
52,927292.0,51873.2000002861,z6oq7qgtq31822w,bill shape,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Curved (up or down)', 'x': 0, 'y': 37}, {'label': 'Hooked', 'x': 1, 'y': 78}, {'label': 'Hooked seabird', 'x': 2, 'y': 94}]",3406
54,944752.0,17458.300000190735,z6oq7qgtq31822w,under tail color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 79}, {'label': 'Grey', 'x': 1, 'y': 22}, {'label': 'White', 'x': 2, 'y': 87}]",3406
56,967035.0,22279.5,z6oq7qgtq31822w,underparts color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Grey', 'x': 0, 'y': 30}, {'label': 'White', 'x': 1, 'y': 99}]",3406
58,1014477.0,47430.40000009537,z6oq7qgtq31822w,head pattern,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Plain', 'x': 0, 'y': 9}, {'label': 'Spotted', 'x': 1, 'y': 80}, {'label': 'Striped', 'x': 2, 'y': 35}, {'label': 'Unique pattern', 'x': 3, 'y': 20}]",3406
60,1069644.0,55164.0,z6oq7qgtq31822w,upperparts color,059.California_Gull/California_Gull_0001_40786.jpg,"[{'label': 'Black', 'x': 0, 'y': 26}, {'label': 'Grey', 'x': 1, 'y': 93}, {'label': 'White', 'x': 2, 'y': 93}]",3406
62,1125021.0,55374.19999980927,z6oq7qgtq31822w,back color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Black', 'x': 0, 'y': 14}, {'label': 'Brown', 'x': 1, 'y': 97}, {'label': 'Buff', 'x': 2, 'y': 13}, {'label': 'Grey', 'x': 3, 'y': 61}, {'label': 'Olive', 'x': 4, 'y': 60}, {'label': 'White', 'x': 5, 'y': 62}]",2212
64,1159678.0,34653.59999990463,z6oq7qgtq31822w,back pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 79}, {'label': 'Striped', 'x': 1, 'y': 79}]",2212
66,1175184.0,15509.599999904633,z6oq7qgtq31822w,under tail color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}, {'label': 'Grey', 'x': 1, 'y': 21}, {'label': 'Olive', 'x': 2, 'y': 61}]",2212
68,1198379.0,23191.39999961853,z6oq7qgtq31822w,primary color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 89}, {'label': 'Olive', 'x': 1, 'y': 10}]",2212
70,1209608.0,11225.400000095367,z6oq7qgtq31822w,bill length,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 7}, {'label': 'Shorter than head', 'x': 1, 'y': 98}]",2212
72,1259565.0,49949.2999997139,z6oq7qgtq31822w,upperparts color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 89}, {'label': 'Grey', 'x': 1, 'y': 75}, {'label': 'Olive', 'x': 2, 'y': 57}, {'label': 'White', 'x': 3, 'y': 28}]",2212
74,1283470.0,23901.200000286102,z6oq7qgtq31822w,breast pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 40}, {'label': 'Solid', 'x': 1, 'y': 68}, {'label': 'Spotted', 'x': 2, 'y': 28}, {'label': 'Striped', 'x': 3, 'y': 43}]",2212
76,1307814.0,24339.200000286102,z6oq7qgtq31822w,breast color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 78}, {'label': 'Grey', 'x': 1, 'y': 64}, {'label': 'Olive', 'x': 2, 'y': 45}, {'label': 'White', 'x': 3, 'y': 63}]",2212
78,1321983.0,14165.5,z6oq7qgtq31822w,forehead color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 94}, {'label': 'White', 'x': 1, 'y': 10}]",2212
80,1334160.0,12174.099999904633,z6oq7qgtq31822w,size,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 78}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 22}]",2212
82,1350426.0,16262.5,z6oq7qgtq31822w,crown color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 88}, {'label': 'Olive', 'x': 1, 'y': 13}]",2212
84,1367898.0,17467.900000095367,z6oq7qgtq31822w,throat color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 67}, {'label': 'Grey', 'x': 1, 'y': 21}, {'label': 'Olive', 'x': 2, 'y': 37}, {'label': 'White', 'x': 3, 'y': 19}]",2212
86,1387103.0,19202.099999904636,z6oq7qgtq31822w,belly pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 60}, {'label': 'Solid', 'x': 1, 'y': 72}, {'label': 'Spotted', 'x': 2, 'y': 25}, {'label': 'Striped', 'x': 3, 'y': 48}]",2212
88,1409292.0,22185.099999904636,z6oq7qgtq31822w,upper tail color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 82}, {'label': 'Grey', 'x': 1, 'y': 10}, {'label': 'Olive', 'x': 2, 'y': 43}]",2212
90,1454208.0,44915.5,z6oq7qgtq31822w,underparts color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Black', 'x': 0, 'y': 16}, {'label': 'Brown', 'x': 1, 'y': 75}, {'label': 'Grey', 'x': 2, 'y': 60}, {'label': 'Olive', 'x': 3, 'y': 28}, {'label': 'White', 'x': 4, 'y': 61}]",2212
92,1466489.0,12276.699999809263,z6oq7qgtq31822w,nape color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 74}, {'label': 'Olive', 'x': 1, 'y': 23}]",2212
94,1490326.0,23831.5,z6oq7qgtq31822w,shape,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Hummingbird-like', 'x': 0, 'y': 5}, {'label': 'Swallow-like', 'x': 1, 'y': 90}, {'label': 'Tree-clinging-like', 'x': 2, 'y': 50}, {'label': 'Upland-ground-like', 'x': 3, 'y': 9}]",2212
96,1526121.0,35792.09999990463,z6oq7qgtq31822w,tail shape,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 58}, {'label': 'Forked tail', 'x': 1, 'y': 11}, {'label': 'Rounded tail', 'x': 2, 'y': 32}, {'label': 'Squared tail', 'x': 3, 'y': 68}]",2212
98,1548304.0,22179.299999713898,z6oq7qgtq31822w,wing shape,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Broad-wings', 'x': 0, 'y': 18}, {'label': 'Pointed-wings', 'x': 1, 'y': 80}, {'label': 'Rounded-wings', 'x': 2, 'y': 18}, {'label': 'Tapered-wings', 'x': 3, 'y': 20}]",2212
100,1571296.0,22988.900000095367,z6oq7qgtq31822w,belly color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Black', 'x': 0, 'y': 9}, {'label': 'Brown', 'x': 1, 'y': 71}, {'label': 'Grey', 'x': 2, 'y': 60}, {'label': 'Olive', 'x': 3, 'y': 25}, {'label': 'White', 'x': 4, 'y': 59}]",2212
102,1582998.0,11698.599999904633,z6oq7qgtq31822w,tail pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 8}, {'label': 'Solid', 'x': 1, 'y': 96}]",2212
104,1608963.0,25975.0,z6oq7qgtq31822w,leg color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Black', 'x': 0, 'y': 8}, {'label': 'Brown', 'x': 1, 'y': 51}, {'label': 'Buff', 'x': 2, 'y': 24}, {'label': 'Grey', 'x': 3, 'y': 69}, {'label': 'Olive', 'x': 4, 'y': 24}]",2212
106,1629924.0,20957.0,z6oq7qgtq31822w,wing color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Grey', 'x': 1, 'y': 60}, {'label': 'White', 'x': 2, 'y': 60}]",2212
108,1640877.0,10950.10000038147,z6oq7qgtq31822w,wing pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 80}, {'label': 'Striped', 'x': 1, 'y': 80}]",2212
110,1665581.0,24693.0,z6oq7qgtq31822w,bill shape,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 64}, {'label': 'Curved (up or down)', 'x': 1, 'y': 25}, {'label': 'Dagger', 'x': 2, 'y': 66}, {'label': 'Needle', 'x': 3, 'y': 17}]",2212
112,1680784.0,15199.60000038147,z6oq7qgtq31822w,bill color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Olive', 'x': 0, 'y': 14}, {'label': 'Orange', 'x': 1, 'y': 85}]",2212
114,1691448.0,10660.599999904633,z6oq7qgtq31822w,eye color,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Black', 'x': 0, 'y': 81}, {'label': 'Brown', 'x': 1, 'y': 38}]",2212
116,1704992.0,13541.0,z6oq7qgtq31822w,head pattern,039.Least_Flycatcher/Least_Flycatcher_0058_30143.jpg,"[{'label': 'Plain', 'x': 0, 'y': 99}]",2212
6,100992.0,29010.5,o0vfomey2zkwxmr,breast pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 31}, {'label': 'Solid', 'x': 1, 'y': 76}]",10006
8,120167.0,19173.29999995232,o0vfomey2zkwxmr,underparts color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Iridescent', 'x': 0, 'y': 79}, {'label': 'Olive', 'x': 1, 'y': 48}, {'label': 'Yellow', 'x': 2, 'y': 16}]",10006
10,150345.0,30174.89999997616,o0vfomey2zkwxmr,primary color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Green', 'x': 0, 'y': 67}, {'label': 'Iridescent', 'x': 1, 'y': 23}, {'label': 'Olive', 'x': 2, 'y': 57}, {'label': 'Yellow', 'x': 3, 'y': 77}]",10006
12,174848.0,24501.79999995232,o0vfomey2zkwxmr,head pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Plain', 'x': 0, 'y': 99}]",10006
14,248888.0,74037.5,o0vfomey2zkwxmr,breast color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Olive', 'x': 0, 'y': 76}, {'label': 'Yellow', 'x': 1, 'y': 32}]",10006
16,260120.0,11231.0,o0vfomey2zkwxmr,upperparts color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Olive', 'x': 0, 'y': 71}, {'label': 'Yellow', 'x': 1, 'y': 82}]",10006
18,268961.0,8839.299999952316,o0vfomey2zkwxmr,wing pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 91}, {'label': 'Solid', 'x': 1, 'y': 32}]",10006
20,275582.0,6618.600000023842,o0vfomey2zkwxmr,back pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Solid', 'x': 0, 'y': 76}]",10006
22,289702.0,14118.700000047684,o0vfomey2zkwxmr,size,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 93}, {'label': 'Small (5 - 9 in)', 'x': 1, 'y': 26}]",10006
24,302670.0,12966.0,o0vfomey2zkwxmr,forehead color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",10006
26,314325.0,11652.699999928474,o0vfomey2zkwxmr,throat color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 86}, {'label': 'White', 'x': 1, 'y': 34}]",10006
28,326047.0,11719.800000071526,o0vfomey2zkwxmr,wing color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Olive', 'x': 0, 'y': 61}, {'label': 'Yellow', 'x': 1, 'y': 76}]",10006
30,333794.0,7745.299999952316,o0vfomey2zkwxmr,crown color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",10006
32,349646.0,15850.400000095367,o0vfomey2zkwxmr,wing shape,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Rounded-wings', 'x': 0, 'y': 90}, {'label': 'Tapered-wings', 'x': 1, 'y': 27}]",10006
34,369840.0,20192.10000002384,o0vfomey2zkwxmr,back color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Green', 'x': 0, 'y': 27}, {'label': 'Iridescent', 'x': 1, 'y': 32}, {'label': 'Olive', 'x': 2, 'y': 86}, {'label': 'Yellow', 'x': 3, 'y': 75}]",10006
36,387602.0,17760.0,o0vfomey2zkwxmr,shape,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Swallow-like', 'x': 0, 'y': 100}]",10006
38,402433.0,14829.600000023842,o0vfomey2zkwxmr,tail pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 98}, {'label': 'Solid', 'x': 1, 'y': 28}]",10006
40,411956.0,9521.600000023842,o0vfomey2zkwxmr,bill length,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Shorter than head', 'x': 0, 'y': 100}]",10006
42,421806.0,9847.200000047684,o0vfomey2zkwxmr,bill color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Black', 'x': 0, 'y': 94}]",10006
44,437718.0,15910.0,o0vfomey2zkwxmr,tail shape,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 90}, {'label': 'Rounded tail', 'x': 1, 'y': 34}, {'label': 'Squared tail', 'x': 2, 'y': 10}]",10006
46,453610.0,15889.899999976158,o0vfomey2zkwxmr,nape color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Black', 'x': 0, 'y': 30}, {'label': 'Grey', 'x': 1, 'y': 90}, {'label': 'Olive', 'x': 2, 'y': 58}, {'label': 'Yellow', 'x': 3, 'y': 20}]",10006
48,475262.0,21650.29999995232,o0vfomey2zkwxmr,under tail color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Black', 'x': 0, 'y': 25}, {'label': 'Green', 'x': 1, 'y': 31}, {'label': 'Grey', 'x': 2, 'y': 78}, {'label': 'Olive', 'x': 3, 'y': 61}, {'label': 'White', 'x': 4, 'y': 8}, {'label': 'Yellow', 'x': 5, 'y': 36}]",10006
50,493765.0,18499.700000047684,o0vfomey2zkwxmr,upper tail color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}, {'label': 'Olive', 'x': 1, 'y': 33}, {'label': 'Yellow', 'x': 2, 'y': 92}]",10006
52,504090.0,10323.600000023842,o0vfomey2zkwxmr,belly pattern,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 38}, {'label': 'Solid', 'x': 1, 'y': 94}]",10006
54,530813.0,26720.39999997616,o0vfomey2zkwxmr,leg color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 25}, {'label': 'Pink', 'x': 1, 'y': 89}]",10006
56,538303.0,7487.699999928474,o0vfomey2zkwxmr,eye color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",10006
58,553570.0,15265.600000023842,o0vfomey2zkwxmr,bill shape,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 78}, {'label': 'Cone', 'x': 1, 'y': 30}, {'label': 'Curved (up or down)', 'x': 2, 'y': 24}]",10006
60,568884.0,15312.299999952316,o0vfomey2zkwxmr,belly color,170.Mourning_Warbler/Mourning_Warbler_0018_795386.jpg,"[{'label': 'Grey', 'x': 0, 'y': 34}, {'label': 'Olive', 'x': 1, 'y': 63}, {'label': 'Yellow', 'x': 2, 'y': 92}]",10006
62,590717.0,21830.5,o0vfomey2zkwxmr,upperparts color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 92}, {'label': 'Grey', 'x': 1, 'y': 66}, {'label': 'White', 'x': 2, 'y': 18}]",447
64,606717.0,15997.599999904633,o0vfomey2zkwxmr,leg color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 30}, {'label': 'Grey', 'x': 1, 'y': 81}, {'label': 'White', 'x': 2, 'y': 19}]",447
66,619582.0,12863.700000047684,o0vfomey2zkwxmr,size,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Small (5 - 9 in)', 'x': 0, 'y': 90}, {'label': 'Medium (9 - 16 in)', 'x': 1, 'y': 16}]",447
68,631042.0,11457.099999904633,o0vfomey2zkwxmr,under tail color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 86}, {'label': 'Grey', 'x': 1, 'y': 79}, {'label': 'White', 'x': 2, 'y': 12}]",447
70,640028.0,8984.0,o0vfomey2zkwxmr,nape color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 91}, {'label': 'Olive', 'x': 1, 'y': 15}]",447
72,664116.0,24085.900000095367,o0vfomey2zkwxmr,shape,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Perching-like', 'x': 0, 'y': 90}, {'label': 'Swallow-like', 'x': 1, 'y': 64}]",447
74,679119.0,14999.899999976158,o0vfomey2zkwxmr,wing color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 66}, {'label': 'Brown', 'x': 1, 'y': 100}, {'label': 'Grey', 'x': 2, 'y': 69}, {'label': 'Olive', 'x': 3, 'y': 22}]",447
76,694685.0,15563.800000071526,o0vfomey2zkwxmr,belly color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 97}, {'label': 'Grey', 'x': 1, 'y': 69}, {'label': 'Olive', 'x': 2, 'y': 18}]",447
78,772753.0,78065.70000004768,o0vfomey2zkwxmr,breast color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 26}, {'label': 'Brown', 'x': 1, 'y': 84}, {'label': 'Grey', 'x': 2, 'y': 60}, {'label': 'Olive', 'x': 3, 'y': 26}, {'label': 'White', 'x': 4, 'y': 7}]",447
80,783091.0,10336.100000023842,o0vfomey2zkwxmr,breast pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 93}, {'label': 'Solid', 'x': 1, 'y': 20}]",447
82,796869.0,13775.0,o0vfomey2zkwxmr,throat color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 86}, {'label': 'Grey', 'x': 1, 'y': 13}]",447
84,806968.0,10097.899999976158,o0vfomey2zkwxmr,tail shape,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}, {'label': 'Rounded tail', 'x': 1, 'y': 50}, {'label': 'Squared tail', 'x': 2, 'y': 50}]",447
86,813391.0,6420.5,o0vfomey2zkwxmr,crown color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 90}]",447
88,828973.0,15578.899999976158,o0vfomey2zkwxmr,back color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 16}, {'label': 'Brown', 'x': 1, 'y': 83}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'Olive', 'x': 3, 'y': 31}, {'label': 'White', 'x': 4, 'y': 7}]",447
90,841521.0,12545.399999976158,o0vfomey2zkwxmr,underparts color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 95}, {'label': 'Buff', 'x': 1, 'y': 15}, {'label': 'Grey', 'x': 2, 'y': 26}, {'label': 'Olive', 'x': 3, 'y': 39}]",447
92,851433.0,9909.600000023842,o0vfomey2zkwxmr,eye color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",447
94,858870.0,7435.399999976158,o0vfomey2zkwxmr,wing shape,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Long-wings', 'x': 0, 'y': 50}, {'label': 'Pointed-wings', 'x': 1, 'y': 50}, {'label': 'Tapered-wings', 'x': 2, 'y': 50}]",447
96,867270.0,8397.199999928474,o0vfomey2zkwxmr,primary color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 95}]",447
98,876131.0,8858.5,o0vfomey2zkwxmr,wing pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 50}]",447
100,883629.0,7495.800000071526,o0vfomey2zkwxmr,bill color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 100}]",447
102,892718.0,9087.800000071526,o0vfomey2zkwxmr,belly pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 100}]",447
104,906917.0,14195.400000095367,o0vfomey2zkwxmr,head pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Eyeline', 'x': 0, 'y': 85}]",447
106,916790.0,9871.399999976158,o0vfomey2zkwxmr,bill shape,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'All-purpose', 'x': 0, 'y': 79}, {'label': 'Cone', 'x': 1, 'y': 94}]",447
108,927214.0,10421.299999952316,o0vfomey2zkwxmr,upper tail color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Brown', 'x': 1, 'y': 85}, {'label': 'Grey', 'x': 2, 'y': 50}, {'label': 'Olive', 'x': 3, 'y': 50}]",447
110,937395.0,10178.299999952316,o0vfomey2zkwxmr,back pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 89}, {'label': 'Solid', 'x': 1, 'y': 50}]",447
112,945438.0,8041.100000023842,o0vfomey2zkwxmr,tail pattern,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 50}, {'label': 'Solid', 'x': 1, 'y': 78}, {'label': 'Striped', 'x': 2, 'y': 50}]",447
114,952317.0,6876.399999976158,o0vfomey2zkwxmr,bill length,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 50}, {'label': 'Shorter than head', 'x': 1, 'y': 50}]",447
116,958213.0,5894.199999928474,o0vfomey2zkwxmr,forehead color,009.Brewer_Blackbird/Brewer_Blackbird_0137_2680.jpg,"[{'label': 'Brown', 'x': 0, 'y': 98}]",447
8,123245.0,27999.69999999925,h8vnnn2tdyhtdrv,underparts color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Black', 'x': 0, 'y': 99}]",8314
10,135183.0,11935.5,h8vnnn2tdyhtdrv,eye color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Black', 'x': 0, 'y': 98}]",8314
12,146331.0,11144.599999997765,h8vnnn2tdyhtdrv,throat color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 100}]",8314
14,160708.0,14374.5,h8vnnn2tdyhtdrv,bill color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 99}]",8314
16,183529.0,22819.400000002235,h8vnnn2tdyhtdrv,belly pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Solid', 'x': 0, 'y': 100}]",8314
18,206589.0,23059.10000000149,h8vnnn2tdyhtdrv,tail shape,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Fan-shaped tail', 'x': 0, 'y': 50}, {'label': 'Squared tail', 'x': 1, 'y': 50}]",8314
20,217090.0,10498.599999997765,h8vnnn2tdyhtdrv,crown color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",8314
22,244333.0,27241.19999999925,h8vnnn2tdyhtdrv,forehead color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",8314
24,256383.0,12047.699999999257,h8vnnn2tdyhtdrv,breast color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",8314
26,293856.0,37470.10000000149,h8vnnn2tdyhtdrv,shape,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Hummingbird-like', 'x': 0, 'y': 50}, {'label': 'Pigeon-like', 'x': 1, 'y': 50}]",8314
28,317596.0,23738.69999999925,h8vnnn2tdyhtdrv,head pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Plain', 'x': 0, 'y': 50}, {'label': 'Striped', 'x': 1, 'y': 50}]",8314
30,333508.0,15910.199999999257,h8vnnn2tdyhtdrv,bill length,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'About the same as head', 'x': 0, 'y': 50}, {'label': 'Longer than head', 'x': 1, 'y': 50}]",8314
32,348223.0,14712.60000000149,h8vnnn2tdyhtdrv,back pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Solid', 'x': 0, 'y': 98}]",8314
34,373668.0,25443.099999997765,h8vnnn2tdyhtdrv,wing color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Black', 'x': 0, 'y': 30}, {'label': 'Blue', 'x': 1, 'y': 7}, {'label': 'Grey', 'x': 2, 'y': 76}]",8314
36,387604.0,13934.0,h8vnnn2tdyhtdrv,tail pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 99}]",8314
38,396600.0,8994.300000000745,h8vnnn2tdyhtdrv,back color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",8314
40,408996.0,12393.300000000743,h8vnnn2tdyhtdrv,size,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Very small (3 - 5 in)', 'x': 0, 'y': 80}]",8314
42,419831.0,10832.800000000743,h8vnnn2tdyhtdrv,upperparts color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 90}]",8314
44,427123.0,7290.300000000745,h8vnnn2tdyhtdrv,upper tail color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 88}]",8314
46,443460.0,16335.300000000743,h8vnnn2tdyhtdrv,wing pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Multi-colored', 'x': 0, 'y': 88}]",8314
48,450329.0,6867.599999997765,h8vnnn2tdyhtdrv,breast pattern,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Solid', 'x': 0, 'y': 92}]",8314
50,463771.0,13439.5,h8vnnn2tdyhtdrv,wing shape,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Pointed-wings', 'x': 0, 'y': 75}, {'label': 'Tapered-wings', 'x': 1, 'y': 50}]",8314
52,741376.0,277603.1000000015,h8vnnn2tdyhtdrv,leg color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Black', 'x': 0, 'y': 91}]",8314
54,778344.0,36966.199999999255,h8vnnn2tdyhtdrv,bill shape,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Specialized', 'x': 0, 'y': 67}]",8314
56,789994.0,11648.199999999257,h8vnnn2tdyhtdrv,belly color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Black', 'x': 0, 'y': 50}, {'label': 'Grey', 'x': 1, 'y': 50}]",8314
58,808169.0,18173.400000002235,h8vnnn2tdyhtdrv,under tail color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 94}]",8314
60,826442.0,18270.69999999925,h8vnnn2tdyhtdrv,nape color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 81}]",8314
62,841178.0,14734.199999999257,h8vnnn2tdyhtdrv,primary color,142.Black_Tern/Black_Tern_0050_144000.jpg,"[{'label': 'Grey', 'x': 0, 'y': 75}]",8314
64,857124.0,15943.5,h8vnnn2tdyhtdrv,wing shape,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Long-wings', 'x': 0, 'y': 50}, {'label': 'Tapered-wings', 'x': 1, 'y': 50}]",3461
66,871702.0,14576.39999999851,h8vnnn2tdyhtdrv,upperparts color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 66}, {'label': 'White', 'x': 1, 'y': 27}]",3461
68,884735.0,13030.60000000149,h8vnnn2tdyhtdrv,bill shape,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Hooked seabird', 'x': 0, 'y': 76}]",3461
70,898529.0,13792.39999999851,h8vnnn2tdyhtdrv,crown color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 68}, {'label': 'White', 'x': 1, 'y': 50}]",3461
72,918880.0,20349.300000000745,h8vnnn2tdyhtdrv,back pattern,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 80}]",3461
74,929380.0,10496.300000000743,h8vnnn2tdyhtdrv,bill color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 79}]",3461
76,1066375.0,136993.19999999923,h8vnnn2tdyhtdrv,forehead color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 78}]",3461
78,1075569.0,9192.099999997765,h8vnnn2tdyhtdrv,tail shape,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Squared tail', 'x': 0, 'y': 89}]",3461
80,1086829.0,11258.599999997765,h8vnnn2tdyhtdrv,wing pattern,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Spotted', 'x': 0, 'y': 85}]",3461
82,1099567.0,12735.699999999257,h8vnnn2tdyhtdrv,throat color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'White', 'x': 0, 'y': 84}]",3461
84,1123925.0,24354.69999999925,h8vnnn2tdyhtdrv,shape,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Chicken-like-marsh', 'x': 0, 'y': 22}, {'label': 'Gull-like', 'x': 1, 'y': 50}, {'label': 'Perching-like', 'x': 2, 'y': 50}]",3461
86,1132209.0,8282.099999997765,h8vnnn2tdyhtdrv,breast pattern,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}]",3461
88,1143204.0,10993.599999997765,h8vnnn2tdyhtdrv,bill length,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Longer than head', 'x': 0, 'y': 89}]",3461
90,1153345.0,10138.300000000743,h8vnnn2tdyhtdrv,size,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Medium (9 - 16 in)', 'x': 0, 'y': 76}]",3461
92,1163635.0,10288.5,h8vnnn2tdyhtdrv,breast color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",3461
94,1172592.0,8954.70000000298,h8vnnn2tdyhtdrv,nape color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Grey', 'x': 0, 'y': 50}, {'label': 'White', 'x': 1, 'y': 50}]",3461
96,1187153.0,14558.39999999851,h8vnnn2tdyhtdrv,leg color,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Brown', 'x': 0, 'y': 84}]",3461
98,1199227.0,12072.0,h8vnnn2tdyhtdrv,tail pattern,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Solid', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",3461
100,1216595.0,17366.099999997765,h8vnnn2tdyhtdrv,head pattern,060.Glaucous_winged_Gull/Glaucous_Winged_Gull_0076_44744.jpg,"[{'label': 'Plain', 'x': 0, 'y': 50}, {'label': 'Spotted', 'x': 1, 'y': 50}, {'label': 'Striped', 'x': 2, 'y': 50}]",3461