Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOU with segm masks and MAP for instance segment. #822

Merged
merged 166 commits into from May 24, 2022
Merged
Show file tree
Hide file tree
Changes from 143 commits
Commits
Show all changes
166 commits
Select commit Hold shift + click to select a range
471bb0e
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
6ec2c5c
rebase; ddp test still failing
gianscarpe Feb 5, 2022
f0ab083
checking pr
gianscarpe Mar 17, 2022
8564c4a
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
2eef666
fixing import
gianscarpe Apr 6, 2022
0ede5e8
map test
gianscarpe Apr 21, 2022
65453f0
fixes
gianscarpe Apr 21, 2022
b4ce676
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
cf0c775
rebased and fixed GPU device
gianscarpe Apr 21, 2022
5fb5b6e
docstring and smooth fix
gianscarpe Apr 21, 2022
b56688c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
0b1104e
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
83ed880
pycocotools test req
gianscarpe Apr 22, 2022
7f7469a
Merge branch 'master' into instance_segmentation_metric
SkafteNicki Apr 26, 2022
a4d60a8
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
d4b0c67
rebase; ddp test still failing
gianscarpe Feb 5, 2022
ff74a0f
checking pr
gianscarpe Mar 17, 2022
0691965
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
faa709d
fixing import
gianscarpe Apr 6, 2022
4c63b2b
map test
gianscarpe Apr 21, 2022
2ceaaa7
fixes
gianscarpe Apr 21, 2022
93dbf7e
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
41681bc
rebased and fixed GPU device
gianscarpe Apr 21, 2022
9e41b80
docstring and smooth fix
gianscarpe Apr 21, 2022
0270285
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
c1c122c
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
0d5da9c
pycocotools test req
gianscarpe Apr 22, 2022
792e97e
moved test inputs to json file
gianscarpe Apr 26, 2022
142f98e
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe Apr 26, 2022
8de2489
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
c04efa6
rebase; ddp test still failing
gianscarpe Feb 5, 2022
1450335
checking pr
gianscarpe Mar 17, 2022
54c9674
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
9e24e44
fixing import
gianscarpe Apr 6, 2022
73036c8
map test
gianscarpe Apr 21, 2022
251e8b4
fixes
gianscarpe Apr 21, 2022
51b3b72
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
79ccda7
rebased and fixed GPU device
gianscarpe Apr 21, 2022
6793715
docstring and smooth fix
gianscarpe Apr 21, 2022
a5f2c37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
79b9e68
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
0d3e99d
pycocotools test req
gianscarpe Apr 22, 2022
27e682a
moved test inputs to json file
gianscarpe Apr 26, 2022
7072ff6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 26, 2022
00923d6
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
0871426
checking pr
gianscarpe Mar 17, 2022
d740426
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
d3b6d55
map test
gianscarpe Apr 21, 2022
29e74aa
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
04be648
rebased and fixed GPU device
gianscarpe Apr 21, 2022
0334dd1
docstring and smooth fix
gianscarpe Apr 21, 2022
f9ce2ed
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
4d49943
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
86897fc
pycocotools test req
gianscarpe Apr 22, 2022
063f286
Rebased and fixes
gianscarpe Apr 26, 2022
b542ed9
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
3c7b404
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
71f836d
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
a5438c3
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
1ce261d
Update torchmetrics/metric.py
SkafteNicki Apr 28, 2022
51a2cd8
Merge branch 'master' into instance_segmentation_metric
SkafteNicki Apr 28, 2022
bd4d322
Merge branch 'master' into instance_segmentation_metric
SkafteNicki May 2, 2022
255f443
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 2, 2022
f53257d
missing torch
SkafteNicki May 2, 2022
eb22266
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 2, 2022
225f546
flake8
SkafteNicki May 2, 2022
e493330
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 2, 2022
3245488
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
67e50dc
rebase; ddp test still failing
gianscarpe Feb 5, 2022
b1b6c92
checking pr
gianscarpe Mar 17, 2022
4850616
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
c2811ab
fixing import
gianscarpe Apr 6, 2022
ebed3b6
map test
gianscarpe Apr 21, 2022
c6ebd43
fixes
gianscarpe Apr 21, 2022
ac770c4
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
c33e571
rebased and fixed GPU device
gianscarpe Apr 21, 2022
ec6f5c8
docstring and smooth fix
gianscarpe Apr 21, 2022
7e5db62
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
70ae107
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
44c975e
pycocotools test req
gianscarpe Apr 22, 2022
0a0aad3
moved test inputs to json file
gianscarpe Apr 26, 2022
2469cda
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
f22c15d
checking pr
gianscarpe Mar 17, 2022
f604370
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
8225364
map test
gianscarpe Apr 21, 2022
7e2a47e
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
9a314b5
rebased and fixed GPU device
gianscarpe Apr 21, 2022
acccbfe
docstring and smooth fix
gianscarpe Apr 21, 2022
e570a8d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
73e3503
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
efe43ab
pycocotools test req
gianscarpe Apr 22, 2022
782b756
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
cb2afe3
checking pr
gianscarpe Mar 17, 2022
b3f5c73
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
4565eed
map test
gianscarpe Apr 21, 2022
2ca734b
fixes
gianscarpe Apr 21, 2022
976f3b5
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
a897ce3
rebased and fixed GPU device
gianscarpe Apr 21, 2022
a789f3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
babac03
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
104948a
pycocotools test req
gianscarpe Apr 22, 2022
768a4ca
moved test inputs to json file
gianscarpe Apr 26, 2022
3836267
implementaed IOU with segmentation masks and MAP for instance segment…
gianscarpe Jan 31, 2022
72aec73
checking pr
gianscarpe Mar 17, 2022
fab0e20
clean API interface; working on tests for iou_type SEGM
gianscarpe Mar 17, 2022
6591e09
map test
gianscarpe Apr 21, 2022
17b0a81
test added (required native RLE encoding from COCO); fixed IOU
gianscarpe Apr 21, 2022
1f2bf82
rebased and fixed GPU device
gianscarpe Apr 21, 2022
e2878a6
docstring and smooth fix
gianscarpe Apr 21, 2022
378795e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 21, 2022
9087fa5
Added pycocotools as detection requirements for test
gianscarpe Apr 22, 2022
c4eac30
pycocotools test req
gianscarpe Apr 22, 2022
76a5aa8
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
34004ad
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
ce58d52
Update tests/detection/test_map.py
gianscarpe Apr 26, 2022
08ebc41
IOU for segm and bbox working! Need to introduce fixes for handle RLE…
gianscarpe May 5, 2022
0884712
fixes for tensor
gianscarpe May 5, 2022
43dd37d
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 5, 2022
ff6f315
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 5, 2022
d41435a
fixed docstring
gianscarpe May 5, 2022
0662861
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 5, 2022
c2bef39
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 5, 2022
c0dc242
minor fixesz
gianscarpe May 5, 2022
3cc6111
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 5, 2022
fbc358b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 5, 2022
3179615
Merge branch 'master' into instance_segmentation_metric
Borda May 5, 2022
15187d6
flake8
Borda May 5, 2022
f5033b9
fixing docstring
gianscarpe May 10, 2022
2e7bd83
doctest for pycocotools
gianscarpe May 10, 2022
cb588a8
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 10, 2022
3acda53
Merge branch 'master' into instance_segmentation_metric
gianscarpe May 10, 2022
f1d1750
Merge branch 'master' into instance_segmentation_metric
Borda May 12, 2022
995111c
Merge branch 'master' into instance_segmentation_metric
SkafteNicki May 12, 2022
3c4c436
Merge branch 'master' into instance_segmentation_metric
SkafteNicki May 13, 2022
2cd7080
small fix for myppy
gianscarpe May 13, 2022
8aff62f
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 13, 2022
02d1c1e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 13, 2022
ac8f73b
Merge branch 'master' into instance_segmentation_metric
Borda May 16, 2022
56cf440
simple
Borda May 16, 2022
bd13c23
req
Borda May 16, 2022
688bb94
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 16, 2022
d3d5b76
idx
Borda May 16, 2022
9101511
Merge branch 'instance_segmentation_metric' of https://github.com/gia…
Borda May 16, 2022
abee271
Merge branch 'master' into instance_segmentation_metric
Borda May 16, 2022
4bfc128
Update torchmetrics/detection/mean_ap.py
gianscarpe May 17, 2022
d55d476
Merge branch 'master' into instance_segmentation_metric
gianscarpe May 17, 2022
f294285
pycocotools requirements
gianscarpe May 17, 2022
7f641f8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 17, 2022
5b7a611
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 17, 2022
5185ba1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 17, 2022
07e728a
pycocotools both in test_detection and detection requirements?
gianscarpe May 17, 2022
8f14108
Merge branch 'instance_segmentation_metric' of github.com:gianscarpe/…
gianscarpe May 17, 2022
03a0e2c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 17, 2022
ac2b9e2
fix test for logical_or tensor overflown (windows only)
gianscarpe May 17, 2022
9eff906
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 17, 2022
9d3e5c5
Update torchmetrics/detection/mean_ap.py
SkafteNicki May 19, 2022
7c3d2b7
update docs
SkafteNicki May 19, 2022
e1b7184
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 19, 2022
e013ff1
sample
Borda May 19, 2022
83a9809
Apply suggestions from code review
Borda May 19, 2022
833839a
Merge branch 'master' into instance_segmentation_metric
Borda May 23, 2022
c2f4330
Merge branch 'master' into instance_segmentation_metric
Borda May 23, 2022
8cffaee
Merge branch 'master' into instance_segmentation_metric
SkafteNicki May 24, 2022
fc8b220
Update detection_test.txt
SkafteNicki May 24, 2022
2a991a7
fix path
Borda May 24, 2022
7006e01
Merge branch 'master' into instance_segmentation_metric
mergify[bot] May 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/detection_test.txt
@@ -0,0 +1 @@
pycocotools
Borda marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions requirements/devel.txt
Expand Up @@ -14,3 +14,4 @@
-r image_test.txt
-r text_test.txt
-r audio_test.txt
-r detection_test.txt
30 changes: 30 additions & 0 deletions tests/detection/instance_segmentation_inputs.json
@@ -0,0 +1,30 @@
{"preds":[{
"size": [
478,
640
],
"counts": "VQi31m>0O2N100O100O2N100O10001N101O1N2O1O2M2O1O1N3N1O1N2O2N1N2O1O1N3N1O1N2O2N1N2O1O2M2O1O1M3M4K4M3M3M4L3M3M3M4L3L4M3M3M4L3M3M3M4L3O1N2N101N1O2O0O2N101N1O2O0O2N101N1O2O0O1O2N101N1O2O0O2N101N1O2O0O2N101N1O2O0O1O2O0O2N101N1O2O0O2N101N101O001O1O001O1N2O001O1O1O001O1O1O001O1O001O1O1N101O1O1O001O1O1O001O1O1O001O1N2O001O1O001O1O1O001O1O1O001O1O1N010000O10000O10000O10000O100O010O100O100O100O10000O100O100O10O0100O100O100O100O1O100O100O1O010O100O1O2O0O2N101N101N1O2O1N1O2O0O2O0O2N2O0O2N101N101N2N101N101N1O2O1N1O2O0O20O2O0O2O001N101N100O2O001N101N101N101O0O101N101N101N101O0O101N101N1010O010O010O00010O0O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2M2M4L3M4L3M4RNREGP;5UEGo:3XEHk:4ZEHj:2\\EJg:1_EKe:0`ELc:OcEMa:NdEN_:MgE0\\:JjE2Y:JlE2X:HnE4a<LZd?"
},

{
"size": [640, 565], "counts":
"]aV1;Yc0f0[Oe0[Of0ZOe0[Of0YOf0^Oc0D;E;E<D;E<D;E<D;E5K2N2N2N2N3M2N2N2N2N2N2N2N3M2M3N2N2N2N2N2N3M1O1O2N1O1O1O2N1O1O2N1O1O1O2N1O1O2N1O1O1O2N1O1O2N1O1O1O2M2O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O001N2O1QMeDXM\\;c2oDVMR;j2SEPMn:o2XEkLi:U3ZEgLg:X3[EfLf:Y3\\EeLe:[3\\EcLe:\\3]EcLc:]3]EcLc:\\3_EcLa:]3`EbL`:]3bEbL^:]3dEbL[:_3fE`LY:`3iE_LW:a3jE^LU:b3lE^LS:b3oE]LP:c3RF]Lm9b3UF]Lj9c3XF\\Lg9d3[F[Ld9g3\\FXLc9i3]FWLc9j3]FULb9l3_FSL`9n3aFQL^9Q4bFnK^9R4cFmK\\9U4dFkKZ9V4gFiKX9Y4gFgKX9Z4iFeKW9\\4iFcKV9^4kFaKT9a4lF^KS9c4nF\\KR9e4mF[KR9f4oFYKP9i4PGVKo8k4RGTKm8n4RGSKm8m4TGoJn8R5SGhJQ9Z5oF`JU9a5kFZJZ9g5^22N2N2N2O2M2N2N2N2O1N2N2N3N1N2N2N2N2O1N2N2N3N1N2N2N2N2O1N2N2N2O1N3M2N2N2O1N2N2N2O1N1O2N1O101N1O2N100O2M2M4M2N3L3N2M4M2N3L3N2N3L3N3L3N2N3L3N3L3N2N3L3N3L\\MQG]Jm8c5XGZJf8g5_GVJ]8k5hGRJV8n5PHoIX7f6mHWIS7h6RITIn6j6WITIg6l6^IPIb6P7aInH^6R7fIjHY6W7jIfHV6Z7nIcHP6^7SJ_Hm5a7WJ\\Hh5c7\\JZHc5g7aJUH_5k7dJSH[5m7iJoGV5R8mJkGS5U8nJjGR5V8oJiGP5W8RKhGn4X8SKgGl4Z8UKfGj4Z8WKeGi4[8XKdGg4]8ZKbGf4^8[KaGe4_8\\K`Gc4`8_K_Ga4a8`K^G`4b8aK]G^4d8cK[G]4e8dKZG\\4f8eKYGZ4h8gKWGY4h8iKWGV4j8kKUGU4k8lKTGT4l8mKSGR4n8oKRGP4n8QLQGo3P9_3101O0O101N101N100O2N101N1O101N101N1O100O0001O010O00001O000010O01O00001O000010O01O00010O01O010O0010O010O00010O01O010O010O0010O01O010O010O0001N10001O000O101O00001N1000001O0O10001O00000010O0010O01O0010O01O0010O00010O01O0010O01O1O100O1O00100O1O100O1O1O100O1O1O100O1O010O1O1O01O01O0010O01O0010O01O010O001O010O0000100O00100O001O100O001O10O01O1O10O01O1O0O2N2N2N1O2N2N1O2N2N2N1O2M3N2N2N2N2N2N2N2N2N2N2N1O2N2N2N2N2N2N2N2N2N2N2O1N2N2N3N1N2N2N3N1N2N2O2M2N2N2O2M2N2N2O2M2N2N2O2M2NUO"
},

{ "size": [640, 565], "counts":
"hY8k2U>P3]Nc1WOi000001O0000001O00001O00001O0000001O00001O00001O0O10001O000O2O00001N1000001N10001O0O10001O0O101O00001N1000001N10001O0O101O000O1000000O100000E;G81000O10O100000O01000000O10O1000O100000O10O100000O01000000O10O1000O1^MnCVMR<h2RDVMm;j2VDTMj;k2XDSMi;l2ZDRMf;l2^DRMb;m2aDQM_;n2dDoL];P3fDnLZ;Q3hDnLX;P3lDnLT;Q3oDmLQ;R3REkLo:T3TEjLl:U3WEiLi:W3XEhLh:W3[EfLf:Z3\\EdLd:\\3^EbLb:^3`E`L`:`3`E_La:a3`E^L`:a3bE^L^:b3cE]L]:c3dE[L]:e3dEZL\\:f3eEYL[:f3gEYLY:g3hEWLY:i3gEWLY:i3hEVLX:j3iEULW:k3jETLV:k3lESLU:m3lERLT:n3mEQLS:o3nEPLR:P4nEoKS:Q4nEnKR:Q4PFnKP:R4QFmKo9S4RFkKo9U4RFjKn9_4jE`KV:a4jE^KV:c4iE\\KX:e4hEZKX:g4hEXKX:i4hEVKX:k4hESKY:n4gEQKY:P5fEPKZ:Q5fEnJZ:S5fElJZ:U5fEiJ[:X5V21O1O1O001O1O001O1O001O1O001O1O001O1O001O1O001O1O001O10O01O00001O010O0010O2O2M2O2M3N1N3M2O0O100O100O10O0100O100O100O00100O100O100O010O100O100O1O010O100O100O100fMo@C[?0k@N^?Eh@8b?[Od@c0e?POa@m0i?fN]@X1l?[NZ@b1Ta0N2O1N2O1N2O1N2N2N2N2N2N2N2L4J6J6I7JoYa5"}],
"targets":[
{
"size": [
478,
640
],
"counts": "n_T31m>0O2N100O100O2N100O10001N101O1N2O1O2M2O1O1N3N1O1N2O2N1N2O1O1N3N1O1N2O2N1N2O1O2M2O1O1M3M4K4M3M3M4L3M3M3M4L3L4M3M3M4L3M3M3M4L3O1N2N101N1O2O0O2N101N1O2O0O2N101N1O2O0O1O2N101N1O2O0O2N101N1O2O0O2N101N1O2O0O1O2O0O2N101N1O2O0O2N101N101O001O1O001O1N2O001O1O1O001O1O1O001O1O001O1O1N101O1O1O001O1O1O001O1O1O001O1N2O001O1O001O1O1O001O1O1O001O1O1N010000O10000O10000O10000O100O010O100O100O100O10000O100O100O10O0100O100O100O100O1O100O100O1O010O100O1O2O0O2N101N101N1O2O1N1O2O0O2O0O2N2O0O2N101N101N2N101N101N1O2O1N1O2O0O20O2O0O2O001N101N100O2O001N101N101N101O0O101N101N101N101O0O101N101N1010O010O010O00010O0O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2N1O2M2M4L3M4L3M4RNREGP;5UEGo:3XEHk:4ZEHj:2\\EJg:1_EKe:0`ELc:OcEMa:NdEN_:MgE0\\:JjE2Y:JlE2X:HnE4a<LbUT1"
},
{ "size":
[640, 565], "counts":
"]a8;Yc0f0[Oe0[Of0ZOe0[Of0YOf0^Oc0D;E;E<D;E<D;E<D;E5K2N2N2N2N3M2N2N2N2N2N2N2N3M2M3N2N2N2N2N2N3M1O1O2N1O1O1O2N1O1O2N1O1O1O2N1O1O2N1O1O1O2N1O1O2N1O1O1O2M2O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O1O001N2O1QMeDXM\\;c2oDVMR;j2SEPMn:o2XEkLi:U3ZEgLg:X3[EfLf:Y3\\EeLe:[3\\EcLe:\\3]EcLc:]3]EcLc:\\3_EcLa:]3`EbL`:]3bEbL^:]3dEbL[:_3fE`LY:`3iE_LW:a3jE^LU:b3lE^LS:b3oE]LP:c3RF]Lm9b3UF]Lj9c3XF\\Lg9d3[F[Ld9g3\\FXLc9i3]FWLc9j3]FULb9l3_FSL`9n3aFQL^9Q4bFnK^9R4cFmK\\9U4dFkKZ9V4gFiKX9Y4gFgKX9Z4iFeKW9\\4iFcKV9^4kFaKT9a4lF^KS9c4nF\\KR9e4mF[KR9f4oFYKP9i4PGVKo8k4RGTKm8n4RGSKm8m4TGoJn8R5SGhJQ9Z5oF`JU9a5kFZJZ9g5^22N2N2N2O2M2N2N2N2O1N2N2N3N1N2N2N2N2O1N2N2N3N1N2N2N2N2O1N2N2N2O1N3M2N2N2O1N2N2N2O1N1O2N1O101N1O2N100O2M2M4M2N3L3N2M4M2N3L3N2N3L3N3L3N2N3L3N3L3N2N3L3N3L\\MQG]Jm8c5XGZJf8g5_GVJ]8k5hGRJV8n5PHoIX7f6mHWIS7h6RITIn6j6WITIg6l6^IPIb6P7aInH^6R7fIjHY6W7jIfHV6Z7nIcHP6^7SJ_Hm5a7WJ\\Hh5c7\\JZHc5g7aJUH_5k7dJSH[5m7iJoGV5R8mJkGS5U8nJjGR5V8oJiGP5W8RKhGn4X8SKgGl4Z8UKfGj4Z8WKeGi4[8XKdGg4]8ZKbGf4^8[KaGe4_8\\K`Gc4`8_K_Ga4a8`K^G`4b8aK]G^4d8cK[G]4e8dKZG\\4f8eKYGZ4h8gKWGY4h8iKWGV4j8kKUGU4k8lKTGT4l8mKSGR4n8oKRGP4n8QLQGo3P9_3101O0O101N101N100O2N101N1O101N101N1O100O0001O010O00001O000010O01O00001O000010O01O00010O01O010O0010O010O00010O01O010O010O0010O01O010O010O0001N10001O000O101O00001N1000001O0O10001O00000010O0010O01O0010O01O0010O00010O01O0010O01O1O100O1O00100O1O100O1O1O100O1O1O100O1O010O1O1O01O01O0010O01O0010O01O010O001O010O0000100O00100O001O100O001O10O01O1O10O01O1O0O2N2N2N1O2N2N1O2N2N2N1O2M3N2N2N2N2N2N2N2N2N2N2N1O2N2N2N2N2N2N2N2N2N2N2O1N2N2N3N1N2N2N3N1N2N2O2M2N2N2O2M2N2N2O2M2N2N2O2M2N2N2O2M2N2N2O2M2N2N2O2M2K5L5J5L4L4K6K4L4K5L5J5L4L4K6K4H8_Oa0@a0B=H8GTo9"
},
{ "size": [640, 565], "counts":
"h]1k2U>P3]Nc1WOi000001O0000001O00001O00001O0000001O00001O00001O0O10001O000O2O00001N1000001N10001O0O10001O0O101O00001N1000001N10001O0O101O000O1000000O100000E;G81000O10O100000O01000000O10O1000O100000O10O100000O01000000O10O1000O1^MnCVMR<h2RDVMm;j2VDTMj;k2XDSMi;l2ZDRMf;l2^DRMb;m2aDQM_;n2dDoL];P3fDnLZ;Q3hDnLX;P3lDnLT;Q3oDmLQ;R3REkLo:T3TEjLl:U3WEiLi:W3XEhLh:W3[EfLf:Z3\\EdLd:\\3^EbLb:^3`E`L`:`3`E_La:a3`E^L`:a3bE^L^:b3cE]L]:c3dE[L]:e3dEZL\\:f3eEYL[:f3gEYLY:g3hEWLY:i3gEWLY:i3hEVLX:j3iEULW:k3jETLV:k3lESLU:m3lERLT:n3mEQLS:o3nEPLR:P4nEoKS:Q4nEnKR:Q4PFnKP:R4QFmKo9S4RFkKo9U4RFjKn9_4jE`KV:a4jE^KV:c4iE\\KX:e4hEZKX:g4hEXKX:i4hEVKX:k4hESKY:n4gEQKY:P5fEPKZ:Q5fEnJZ:S5fElJZ:U5fEiJ[:X5V21O1O1O001O1O001O1O001O1O001O1O001O1O001O1O001O1O001O10O01O00001O010O0010O2O2M2O2M3N1N3M2O0O100O100O10O0100O100O100O00100O100O100O010O100O100O1O010O100O100O100fMo@C[?0k@N^?Eh@8b?[Od@c0e?POa@m0i?fN]@X1l?[NZ@b1Ta0N2O1N2O1N2O1N2N2N2N2N2N2N2L4J6J6I7JoUh5"
}]}